Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)
Posts
28
Comments
57
Joined
2 yr. ago
chat @iusearchlinux.fyi
Sören @iusearchlinux.fyi

Notice: Server Maintenance Tomorrow on October 3rd EDIT: Sever Maintenance is over!

I will try to move this server from digital ocean to hetzner tomorrow I will start after I wake up so probably around 8am UTC. I hope it doesn't take too long but it could take a couple of hours. I am not very experienced with this.

  • Phone and MacBook I think update them self or at least I annoy me to press update on next restart/ some time. For my work laptop I try to only update while being in the office in case something goes wrong so I don't have to leave home office involuntary. Other stuff I mostly update if I want to install something and that's pretty often. Only problem my old PC that I sometimes use for gaming. It's running arch and I haven't updated it in a while so I have like 1k packages to update and if I try to update all certificates are out of date but I didn't bother to fix because I only use it to play some games. On this server unattended upgrades is used for obvious security reasons.

  • Programmer Humor @lemmy.ml
    Sören @iusearchlinux.fyi

    scaling to millions

    Programmer Humor @lemmy.ml
    Sören @iusearchlinux.fyi

    How it feels like

  • I think i missunderstood you I thought you were arguing for modern web frameworks. Nothing wrong with replacing elments with js and not sending it as a request to a server I would do the same for stuff that doesn't need data from the server. If you are really worried about latency you could throw your code in a cloudflare worker but I don't think it matters that much average loading time of websites on desktop is 2.5 seconds . So it doesn't really matter if the server is on the other site of the world latency will not be the biggest factor.

  • What kind of you UI action are you talking about? Most of the time you need data from the server and if you want have some animations with css it will be client side anyway also it's not like you cannot write JS. I mean downloading thousands of lines of js for some web framework over cellular does not sound better tbh.

  • If you know HTML and Python already I would recommend going for something like jinja2 + flask or fastapi and try some htmx stuff no need to use everything you can just refresh the site at the beginning. This should be pretty beginner friendly. It really depends on what you want to do. I don't know much about Hugo or Publii. If you want to make an interactive website and not just a blog or static website I would advise you against using either of the two. If you want to get a job in frontend webdev I would advise you to learn javascript (https://javascript.info/) and some framwork like react also learn tailwind or css.

  • I understand you but for me it's the opposite I am not bound to using js for everything and can just return html from the server like I want. Also everything else still works I can write js if I want to. Htmx gives me more words I can use in html not less. Also I can manage the state via the url and the server. In other frameworks I often had the problem that I was writing the same logic twice in backend and frontend.

  • Programmer Humor @lemmy.ml
    Sören @iusearchlinux.fyi

    reject modernity embrace htmx

  • https://iusearchlinux.fyi/post/532036 I think it's still this issue. I was updating the timestamps in the table every couple of days but I must have exceeded 3 days. I automated the process a couple of days ago. I am sorry. Not sure why it's not fixed yet.

  • Deutschland @feddit.de
    Sören @iusearchlinux.fyi
    Tea @lemmy.zip
    Sören @iusearchlinux.fyi

    What's the best way to prevent spilling the tea?

    When I drink yerba mate I often spill it accidentally because I hit the bombilla. Are there any spill proof options out there?

    chat @iusearchlinux.fyi
    Sören @iusearchlinux.fyi

    Some instances were hacked. So we regenerated our JWT secret as a precautionary action.

    We also removed all custom emojis :( Sorry guys for making you all log in again. As far as I can tell no admin was affected by the hack. Still some users could be compromised. This is why we regenerated the JWT secret so all sessions are invalidated. Also we try to avoid the web client for now. More details: https://lemmy.world/post/1293336 EDIT: If you cannot login try clearing your cookies

    chat @iusearchlinux.fyi
    Sören @iusearchlinux.fyi

    This Instance now runs on Lemmy v0.18.1!

    chat @iusearchlinux.fyi
    Sören @iusearchlinux.fyi

    🎉 Exciting 😃 News! 🎉

    Hey Lemmy 😊 users! I just discovered 🚀 something amazing: Lemmy now supports 😍 emotes! 🥳 We can express ourselves 💁‍♂️ in a whole new way. And guess what? You can suggest 🤔 cool emotes right in the comments! 💬 Share your ideas below 😄 and let's make Lemmy even more fun 😃 and expressive. Happy emoting, everyone! 😊🎉🎨💡🤩🔥🌟🥰💪🚀😎✨🙌💬🎉

    Geohints @iusearchlinux.fyi
    Sören @iusearchlinux.fyi
    Lemmy Support @lemmy.ml
    Sören @iusearchlinux.fyi

    Modlog incomplete/logs are disappearing?

    I am banning alot of bot accounts from my instance right now but not every person i banned shows up in the modlog/ it seems like logs i have previously seen in the mod logs are not showing up anymore. Here is an Image from modlogs like an hour ago and i cannot see it in the log anymore.

    chat @iusearchlinux.fyi
    Sören @iusearchlinux.fyi

    I am banning a lot of bot accounts from this instance. If I accidentally banned you and you are not a bot account, please create a new account and contact me. I will unban you!

    I wrote a small script to ban the bots that joined. I am pretty sure most of the accounts are actual bots but there is still a small chance i might ban someone unjustified.

    Lemmy Support @lemmy.ml
    Sören @iusearchlinux.fyi

    Email sending fails.

     undefined
        
    2023-06-24T11:48:35.798293Z  WARN lemmy_server::root_span_builder: email_send_failed: Connection error: failed to lookup address information: Try again
       0: lemmy_api::local_user::reset_password::perform
                 at crates/api/src/local_user/reset_password.rs:15
       1: lemmy_server::root_span_builder::HTTP request
               with http.method=POST http.scheme="http" http.host=iusearchlinux.fyi http.target=/api/v3/user/password_reset otel.kind="server" request_id=ba8117b9-9c0f-49e5-af0e-01e92a4917cf
                 at src/root_span_builder.rs:16
    LemmyError { message: Some("email_send_failed"), inner: Connection error: failed to lookup address information: Try again
    
    Caused by:
        failed to lookup address information: Try again, context: SpanTrace [{ target: "lemmy_api::local_user::reset_password", name: "perform", file: "crates/api/src/local_user/reset_password.rs", line: 15 }, { target: "lemmy_server::root_span_builder", name: "HTTP request", fields: "http.method=POST http.scheme=
      
    Windows Support (shitposting) @iusearchlinux.fyi
    Sören @iusearchlinux.fyi

    Windows 10 Hero Desktop Image - Behind the Scenes

    chat @iusearchlinux.fyi
    Sören @iusearchlinux.fyi

    AI /u/spez

    www.twitch.tv ai_spez - Twitch

    Witness internet history as AI Steve Huffman and AI George Carlin unravel the Reddit Blackout debate - should subreddits go public or remain private? Watch the drama unfold and decide where you stand in this internet controversy!

    ai_spez - Twitch
    Windows Support (shitposting) @iusearchlinux.fyi
    Sören @iusearchlinux.fyi

    Help! My firefox is running very slowly.

    McAfee's claiming there ain't a single worm in sight, but I'm feeling mighty perplexed here. Now, what in tarnation can I possibly do to tackle this conundrum? Should I reckon it's high time to pick up the phone and dial Microsoft support for some good ol' fashioned assistance? By golly, I sure hope they've got the answer to my technological pickle!

    Haupteingang @feddit.de
    Sören @iusearchlinux.fyi

    Ich hoffe das ist hier der richtige Ort zum Fragen :) Ich habe keine Repo oder sonst etwas gefunden.

    Windows Support (shitposting) @iusearchlinux.fyi
    Sören @iusearchlinux.fyi

    Any recommendations for tiling window managers?

    chat @iusearchlinux.fyi
    Sören @iusearchlinux.fyi

    I upgraded the server. Let's see if some issues go away.

    2 vCPUs Regular Intel 4 GB RAM 80 GB SSD 4 TB Networking

    EDIT: Since a lot of people asked me: If you want to financially support the instance you can buy me a coffee on ko-fi Please only do it if you can afford it.

    chat @iusearchlinux.fyi
    Sören @iusearchlinux.fyi

    FAQ

    Hello everyone, I want to answer a couple of frequently asked questions (and some made up frequently asked questions). Also you can ask questions in the comments.

    How did you come up with the server name? A couple of weeks ago I nerd sniped this domain from someone who is also on this instance and did nothing with it until the whole reddit thing happened and I found lemmy. I noticed user names have the instance domain behind them. I suddenly knew what I had to do.

    How much does the domain cost? 19$ a year.

    How much does the server cost? Currently it's a 7$ a month digital ocean droplet. How is the performance? Should we upgrade? Didn't expect to have over 100 Members already. I upgraded to a 24$ a month droplet. To experiement if some issues go away with it.

    Where is the server located? Currently in Frankfurt, Germany.

    What distro does the server use? Ubuntu 22.10

    Who has access do the server and database? Currently only me.

    **Can you edit the databa