• 1 Post
  • 18 Comments
Joined 8 months ago
cake
Cake day: December 31st, 2023

help-circle
  • the police say they are targeting the criminals responsible but cannot “arrest their way out of the problem”. They also say manufacturers and tech firms have a bigger role to play.

    Even though I fully expect the police here aren’t doing as much as they could (I mean come on, are they expecting phones to come with wiimote hand straps?) , I’m at least glad their public rhetoric is that they can’t “arrest their way out of the problem”.

    I imagine that’s poor compensation when you’ve just had your phone snatched, however.




  • Having just watched the lecture, the only classified info I can recognize is the capabilities of 80s era satellites.

    Given that, I think it’s quite a shame that the whole thing is only now available. Rear Admiral Hopper seems to have been someone who deeply understood both computers and people. The prescriptions she gives regarding “systems of computers” and “management” vs “leadership”, to name just two, are spot-on. Her lecture is quite grounded in what I’d call “military thinking”, but that’s just because she’s in a room filled with people who are of that life. In my opinion, everything she talks about is applicable to communities and businesses.

    The general gist of the entire ~90mins reminds me of Project Cybersyn in its perspective on how computers could serve society.


  • The idea is neat, and there is a certain precedent for the approach in .htaccess files and webserver path permissions.

    Still, I worry about the added burden to keeping track of filenames when they get used as stringed keys in such a manner. More plainly: if I rename a file, I now have to go change every access declaration that mentions it. Sure, a quick grep will probably do the trick. But I don’t see a way to have tooling automate any part of it, either.




  • Jayjader@jlai.lutolinuxmemes@lemmy.worldShit...
    link
    fedilink
    English
    arrow-up
    6
    ·
    3 months ago

    Maybe nowadays, with Elon’s imbecility so publicly visible.

    I’ve run Arch for close to 10 years, and was pretty jazzed by Musk in the early days of his presiding over Tesla and Space X. Then again, I was barely an adult at the time, and I hadn’t yet come across the first reports of terrible working conditions and his overall shittyness as a manager/exec.



  • In light of the recent forays by AI projects/products into the reason of coding assistants, from copilot to Devin, this reads to me as a sign that they’ve finally accepted that you can’t make an ai assistant that provides actual value from an LLM purely trained on text.

    This is Microsoft copying Google’s captcha homework. We trained their OCR for gBooks, we trained their image recognition on traffic lights and buses and so signs.

    Now we get to train their ai assistant on how to click around a windows OS.


  • For clarity’s sake: I have been daily driving Linux, specifically ArchLinux, for the past 9 years, across a rotation of laptop and desktop computers. I do almost everything in the command line and prefer it that way.

    I still think if you want people to try Linux you need to chill the fuck out on getting them to use the command line. At the very least, until they’re actually interested in using Linux on their own.


  • Kinda disappointing.

    The article is really trying to sell us, the reader, that using Linux without knowing how to use the command line is not only possible but totally feasible. Unfortunately, after each paragraph that expresses that sentiment we are treated to up to several paragraphs on how it’s totally easier, faster, and more powerful to do things via thé command line, and hey did you know that more people like coding on Linux than windows? Did you know you can do more powerful things with bash, awk, and sed than you ever could in a file manager?!

    FFS vim and nano are brought up and vim’s “shortcuts” are praised… in an article on how you can totally use Linux through a gui and never need to open up the command line.

    Who is this written for? outside of people who not only already use Linux but are convinced that using any other OS is both a moral failing and a form of self-harm?


  • I think the point is to scold Google for the harm they cause or fail to prevent. When the law is written so as to genuinely prevent harm (data protection, for ex) then I will scold those who don’t follow it. When the law is written so as to be ineffective at best and harmful at worst, I will scold those who do follow it.

    The point isn’t to be consistent with regards to the law, as the law itself is not always either consistent nor “good”.

    … unless it is me that isn’t understanding your own comment?



  • In case you’re unaware, the “deep inhale” is because that phrasing is historically tied to the WINE project, as per their website (winehq.org):

    Wine (originally an acronym for “Wine Is Not an Emulator”)

    And at this point it’s like a 10-year old meme (if not 20) to bring it up when someone may seem unaware of the distinction between emulation and what Wine does.

    It is a bit tired of a reference, and I imagine somewhat off-putting of a response to receive when you don’t know the reference yourself. The acronym is in the spirit of the GNU one (“GNU’s Not Unix”), and as the other commenters have explained the fact that wine does something different than emulation is very relevant when you get into the nitty-gritty details, so it has extra sticking power in terms of memes in linux/foss communities.



  • Yes, sway presents itself as a drop-in replacement for i3 (just built on top of wayland instead of xorg).

    I’ve used it on a Thinkpad laptop for close to 4 years, and on my desktop for the past 3.

    The only problems I’ve encountered are some apps not being Wayland-compatible; xwayland makes the rendering work for those but then things like sharing a window or the entire screen don’t always work. Notably, Discord’s sharing doesn’t work, but I can use OBS to record any entire screen since [the OBS devs] put in the work to properly support Wayland.