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/)X

Off to a non-US instance. Goodbye, and thanks for all the fish.

Posts
91
Comments
2,053
Joined
2 yr. ago
  • No there yet but not getting the love it deserved either.
    Maybe they oughta try asking for money like Wikipedia and KDE, maybe then they could become independent from Google and focus on actually developing a quality browser instead of making every app be about profit.

  • Hosting for yourself so you can access your content outside your home is usually the use-case, use WireGuard for that though (checkout headscale) along with virtualization, VLANs, etc.
    Hosting for a group of friends and/or family can usually be ok, assuming that is a well known and restrict group.

    Hosting for the general public from home is usually not recommended, use a VPS for that. Bear in mind you'll likely be liable for what you host, one way or the other, depending on your jurisdiction.
    If you store content (files others may upload like movies and photos) you may be responsible for that (i.e. is that content legal in your jurisdiction?).
    There may be a legal distinction between the server's geographic location and the entity responsible for it - but in your case it's the same, so, again, beware.
    Just linking to content deemed illegal may get you into trouble.
    Putting the site behind a login-only page and vetting account creation could mitigate (or exponentiate) this.
    Anyway IANAL.

    What do you want to host and for whom?

  • you no longer have a moral obligation to transition anything over to your coworkers.

    My coworkers didn't let me go, my boss did. If i knew a shit coworker of mine would inherit the project then sure, otherwise i don't see the point of burning bridges.

  • Raspberry Pi @programming.dev
    0x0 @programming.dev

    mirrors search?

    Is there a site to search packages for Raspberry OS, like Ubuntu's or Debian's?
    The only site i can find is https://www.raspbian.org/RaspbianMirrors which is currently 502ing and may be outdated.

    I'd like to search packages and get a list of mirrors.

    Technology @lemmy.world
    0x0 @programming.dev
    Privacy @programming.dev
    0x0 @programming.dev
    Privacy @programming.dev
    0x0 @programming.dev
    Simple Direct Media Layer @programming.dev
    0x0 @programming.dev

    SDL 3.2.0 released

    github.com Release 3.2.0 · libsdl-org/SDL

    Announcing the SDL 3 official release! SDL 3.0 is finally here! We have many many people to thank on the road to get here, but I'd like to call out special thanks to: @slouken and @icculus, lead d...

    Release 3.2.0 · libsdl-org/SDL
    Arch Linux @lemmy.ml
    0x0 @programming.dev

    list installed packages and their repositories

    As the title says.
    pacman -Q lists only name and version;
    pacman -Qi does have a "Packager" field, but i think it's not the same thing;
    pacman -Qs seems to be what i want (if local means "all installed packages atm") but it's all prefixed by local/ instead of repo name like mingw32/ which is what i want.

    I'm using MSYS2 in windows.

    Linux @lemmy.ml
    0x0 @programming.dev

    killed all access to remote share after CIFS atempt

    cross-posted from: https://programming.dev/post/24130558

    My Win10 work laptop has a network share of a remote windows server. I access it everyday. If i change passwords, i have to remap the share.

    I have a linux vm that does the builds for my project. It too has a mounted directory mapped to that remote windows share, using my credentials.

    I tried mapping the share in another linux vm but got errors so ended up quitting as it wasn't that important.

    However, now i can't access said share in any device, by name or IP address. WTF happened?

    The mount command i use in linux is mount -t cifs -o rw,relatime,vers=default,cache=strict,username=my.username,domain=,uid=118,noforceuid,gid=130,noforcegid,addr=10.10.10.10,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,rsize=1048576,wsize=1048576,echo_interval=60,actimeo=1 //10.10.10.10/dir1/dir2 /media/remoteshare, the UID/GID are of the user that runs the builds.

    I'd get having errors on mounting the

    Windows @sopuli.xyz
    0x0 @programming.dev

    killed all access to remote share after CIFS atempt

    My Win10 work laptop has a network share of a remote windows server. I access it everyday. If i change passwords, i have to remap the share.

    I have a linux vm that does the builds for my project. It too has a mounted directory mapped to that remote windows share, using my credentials.

    I tried mapping the share in another linux vm but got errors so ended up quitting as it wasn't that important.

    However, now i can't access said share in any device, by name or IP address. WTF happened?

    The mount command i use in linux is mount -t cifs -o rw,relatime,vers=default,cache=strict,username=my.username,domain=,uid=118,noforceuid,gid=130,noforcegid,addr=10.10.10.10,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,rsize=1048576,wsize=1048576,echo_interval=60,actimeo=1 //10.10.10.10/dir1/dir2 /media/remoteshare, the UID/GID are of the user that runs the builds.

    I'd get having errors on mounting the remote share, but i'd expect that to be limited to the local computer i was tryi

    Technology @lemmy.world
    0x0 @programming.dev

    ...surprising no one...

    Technology @lemmy.world
    0x0 @programming.dev

    The second step, which we still need to evaluate because some companies want it, and others are more hesitant, is to allow Anatel to have access to the core routers to place a direct order on the router

    COBOL @programming.dev
    0x0 @programming.dev
    hackaday.com Minecraft In…COBOL?

    When you think of languages you might read about on Hackaday, COBOL probably isn’t one of them. The language is often considered mostly for business applications and legacy ones, at that. The…

    Minecraft In…COBOL?
    Technology @lemmy.world
    0x0 @programming.dev

    Hackers Can Jailbreak Digital License Plates to Make Others Pay Their Tolls and Tickets

    Yet another case of just because you can...

    Android Development @programming.dev
    0x0 @programming.dev

    Is there any table with minimum *sdk requirements?

    cross-posted from: https://programming.dev/post/22983650

    I know that Android 14 requires targetSdkVersion >= 23 (or higher on the Play Store), but are there other minimums for this and minSdkVersion?

    Android @programming.dev
    0x0 @programming.dev

    Is there any table with minimum *sdk requirements?

    I know that Android 14 requires targetSdkVersion >= 23 (or higher on the Play Store), but are there other minimums for this and minSdkVersion?

    Technology @lemmy.world
    0x0 @programming.dev

    The Missing Nukes/Dirty Bomb Sweep Theory
    The PSY-OP/Government Conspiracy Theory
    The ET Theory
    The Mass Hysteria Theory
    The Copycats/Hoaxers Theory
    The Iranian Mothership/Foreign Spy Theory
    The Angels Theory

    Technology @lemmy.world
    0x0 @programming.dev
    daniel.haxx.se A twenty-five years old curl bug

    I have talked about old curl bugs before, but now we have a new curl record. When we announced the security flaw CVE-2024-11053 on December 11, 2024 together with the release of curl 8.11.1 we fixed a security bug that was introduced in a curl release 9039 days ago. That is close to twenty-five year...

    A twenty-five years old curl bug

    I like the clarification:

    Let me also touch this subject while talking security problems. This bug, the oldest so far in curl history, was a plain logic error and would not have been avoided had we used another language than C.

    Otherwise, about 40% of all security problems in curl can be blamed on us using C instead of a memory-safe language. 50% of the high/critical severity ones.

    Almost all of those C mistakes were done before there even existed a viable alternative language – if that even exists now.

    cryptocurrency @lemmy.ml
    0x0 @programming.dev

    cross-posted from: https://programming.dev/post/22002771

    Apple has become aware of a security flaw that could let hackers take control of a user’s iPhone or iPad if they visit a harmful website.

    Maybe i'm reading this wrong but it doesn't seem to be cryptocurrency-specific:

    Jeremiah O’Connor, CTO and co-founder of crypto cybersecurity firm Trugard, told Decrypt that “attackers could access sensitive data like private keys or passwords” stored in their browser, enabling crypto theft if the user’s device remained unpatched.

    Programming @programming.dev
    0x0 @programming.dev

    Mirror is an entirely new concept in programming — just supply function signatures and some input-output examples, and AI does the rest.

    Technology @lemmy.world
    0x0 @programming.dev

    Eighteen years of ABI stability in curl

    Exactly eighteen years ago today, on October 30 2006, we shipped curl 7.16.0 that among a whole slew of new features and set of bugfixes bumped the libcurl SONAME number from 3 to 4.

    Privacy @lemmy.ml
    0x0 @programming.dev

    Law Enforcement Deanonymizes Tor Users

    The German police have successfully deanonymized at least four Tor users. It appears they watch known Tor relays and known suspects, and use timing analysis to figure out who is using what relay.
    Tor has written about this.
    Hacker News thread.