• 6 Posts
  • 72 Comments
Joined 2 years ago
cake
Cake day: June 25th, 2023

help-circle
  • Fair enough. As I said, compared to some other european countries it’s still relatively bad here. Though 52 hours vs 45 is a whole extra day of work. And while I don’t care about the religious stuff, and there is some convenience lost with (most) shops not being open on Sunday, having a specific day that is generally off for everyone so you can spend time with family/friends is kind of nice. And I think one important thing is that most of these things aren’t negotiable by a contract, otherwise they’d be meaningless imo, at least in the sense of preventing low paid workers from being exploited.

    There’s also lots more rules I didn’t mention, like acceptable hours you can work before you must take a break, number of hours you can work in a row (with breaks) before you need to get a half day off etc. A lot of it is focussed on giving workers an opportunity to regenerate properly.


  • tbh, for european standards, that still sounds pretty bad.

    for examle here: 45 hour work week, sunday labor is generally banned, with 6 sundays/year being the limit and having to be paid 50% extra for that work, plus being required to compensate for that day by taking an extra day off the following week. Overtime 2 hour/day, 170 hours/year, 25% extra pay or compensate by taking off same amount of time. Of course there’s also exceptions, same as everywhere.

    and this is still relatively bad compared to e.g. france with its 35 hour work week.





  • It’s not economical to grow. It has very specific requirements in terms of wet soil and not too much sun, it has pretty low yields in terms of weight/area, compared to other crops. and since it isn’t grown commercially, you also dont have optimized farming techniques and breeds etc.

    and since it’s quite common in the wild, well, if the price is too high, you’d just go and collect some yourself. Wild garlic products in supermarkets are already too expensive for me and i’d rather spend half an hour filling a bag with 2kg than buying 50g for 5 bucks.


  • It’s not just the use itself, but also how irresponsibly it is produced. Exposing pregnant workers to high levels, dumping it in community water supplies, on farmland etc.

    Also the EU did ban them last september (effective in 2026) for essentially all of the uses you outlined, most of which I dont think are such a big deal and just minor inconveniences. It’s not like the 60s were terrible in terms of living conditions.

    We also used to use asbestos for a lot of the uses you outlined and we got rid of that without too much inconvenience, but you could have made similar arguments about it back then.

    And any reduction is a good thing, it’s not an all or nothing thing. DDT was banned, but can and is still used where there’s no better alternative. And just categorically saying any alternative must be just as bad is just a non-sequitur, there’s no reason that should be true. Cookware is a good example, cast iron works just as well, is not as bad, the only downside compared to teflon is weight. But it’s not like sending us back to the stone age or anything…


  • JustTestingAtoTechnology@lemmy.worldDell kills the XPS brand
    link
    fedilink
    English
    arrow-up
    24
    ·
    edit-2
    1 month ago

    The newest generation of xps i shit anyways, good riddance.

    i was really happy with my 2019ish xps. But the 2024 one is hot garbage. not just that it arrived with the keyboard not working and Dell taking 3 months to replace it. There’s a total of 2 usb-c ports on it. That’s all the connectors, yes. No, no headphone jack either. And one of those two is taken up with charging, so i’m left with one port if i dont use a dockingstation.

    the whole function bar is touch now. you need to hit it 3 times for it to react, who needs Esc anyways. Unless you want to type in the number row, then the function row will pick up random key presses sometimes.

    Copilot key no one asked for. Power button is just an unlabelled piece of plastic that looks like filler, not a button. Keyboard sucks in general, too little space between keys, you’re bound to mistype.

    linux support is ok, though webcam doesn’t work in firefox, hibernate doesn’t work, every few weeks it’ll just freeze. But otherwise acceptable.

    definitely my last dell, i really hate it.

    [Edit] Oh and I forgot the best part, when the dell repairman finally repaired it after 3 months, he said “oh a new XPS? Yeah, those suck, every customer hates them especially for software development”




  • not sure i agree with that. I mean ok, i recently had three interviews for a company where each interviewer asked me almost the same questions. That was clearly a waste.

    At my place, we do a 30min introductory call with the boss first, to quickly weed out unfit candidates and not waste employee and interviewee time with interviews. if that’s ok, then there’s three interviews of 45-60 minutes, one with the product owner that focuses on soft skills and team fit, one with the team your applying to and one with the other team (like frontend or backend) with more technical things, and also just if you’d like to work with this person.

    no amount of interviewing will ever guarantee that things work out and unfit people can slip through cracks. And i hate wasting time in tons of interviews. But i’d also not want to work at a place where i know my coworkers were hired after just 1 hour quick chatting. That so little time to get an idea of a person, to spot any red flags. Heck, the ‘tell me a bit about yourself’ section of an interview is already 15 minutes and not usually very helpful.









  • Look, AI/LLMs are the scourge of the internet and I wish the bubble would pop already. Heck I downvote people using AI to answer questions online myself.

    But there is a qualitative difference between a plain LLM being forced down your throat, hallucinating left and right based on outdated training data, and the RAG that Kagi uses.

    First of all, it’s not rammed down your throat, you chose if you want it by appending a question mark to the end of your query, the default is to not show any AI content.

    Second, it being RAG, the generation is is based on real documents fetched from regular search and it has actual citation links to which page the information came from (these are not hallucinated but based on the search results). If you’d bothered to read my post you’d have seen me mentioning that you still can’t trust it’s output (it is still LLM technology and makes shit up), but it does work really well as an initial filter on which of the search results might be relevant to your query, and then actually read those pages by picking the one that fits what you actually want the most based on the summary.

    I don’t usually turn this on for regular searches, but for technical programming things it is helpful, especially when searching for things where there’s little information. There’s really two cases, sometimes there’s 5 different ways of solving something and it will enumerate them with a short summary, making it faster to know which stack overflow or blog post to read for a likely solution.

    The other, much more useful scenario imo is for those problems where there’s little information. For instance I’m currently building a bluetooth touchpad to attack to my keyboard. For this, I need to specify USB HID usages and usages pages so the OS properly picks up the device. Bluetooth touchpads are almost non-existent, especially DIY ones, so there’s not really any information on them out there. So I’ll do a search like “bluetooth hid usage for a touchpad?” and I’m immediately faced with bland, generic LLM garbage not relevant to my problem:

    This immediately tells me that my query isn’t specific enough, that none of the top results contain relevant information and that I should try again. I didn’t have to waste time wading through the results.

    So I do another search, a bit more specific and get

    That looks more like what I’m looking for. Notice though, that the result is wrong in this case. 0x0A is not Generic Desktop, 0x01 is. I picked this specifically because it’s one of the recent examples where the output was just wrong. But I don’t care about the AI summary itself. But what it says tells me immediately that the actual search results themselves are much more relevant to what I’m looking for, and the two links it cites are actually relevant to my query, they’re documentation of bluetooth hid profiles. In the search results themselves, these are results 4 and 5. So I read those, and it takes some more queries, to realize there just isn’t a specific code for HID touchpads, they’re just generic pointer devices.

    So did the AI answer my question? No. Does is sometimes answer my question, sure, but I still need to double check. Does it allow me to iterate on my searches faster and to guess if the answer is within the top 5 results? absolutely.


  • JustTestingAtoTechTakes@awful.systemsGoogle Search is getting worse and worse
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    11
    ·
    edit-2
    3 months ago

    I’m super happy with Kagi search. Even the AI summary is quite good as it’s based on the search results, not just made up from training data. Of course, it’s still a stupid LLM, so double check everthing. But i find it quite useful to get a grasp on the overall content of the results.

    And search itself works well, haven’t had a moment where it was worse than one of the big providers. The dedicated forum, programming and other serchas are cool and i love being able to adjust the priority of pages or even blacklist them.