HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Jubijub

no profile record

comments

Jubijub
·mese scorso·discuss
But that’s not true though. You still have to convince humans. You still have to deal with what people in power feel (clients, leads,etc) This still adds wall time. I saw 0 serious analysis confirming 5x productivity gains. In the coding part? Maybe, and that’s not even certain. But pure coding is only one order of making software, or solving problems with software
Jubijub
·2 mesi fa·discuss
You can configure your preferred languages in YT settings, so it doesn’t do that. The setting is obscure, but it’s there
Jubijub
·2 mesi fa·discuss
I work in Trust&Safety, and can vouch that the passion for gore things has not left the internet.

I will say it built my resistance: if you were an internet user in the late 90’s, you ‘ve seen since really broken stuff
Jubijub
·8 mesi fa·discuss
+1, I wonder how many will stick to it. The decision tree is pretty simple : - are all the devices / soft they use compatible with Linux ? - do they know enough about Linux to solve their problems ?

If no to either, they will pay for Win11
Jubijub
·11 mesi fa·discuss
+1. I worked on an internal corporate eCommerce in 2005 built entirely on DOM + XSLT to create the final HTML. It was an atrocious pain in the neck to maintain (despite being server side so the browser never had to deal with the XSLT). Unless you still manipulate XML and need to transform it in various other formats through XSLT/XSL-FO, I don’t see why anyone would bother with it. It always cracks me up when people « demand » support for features hardly ever used for which they won’t spend a dime or a minute to help
Jubijub
·12 mesi fa·discuss
This. I am a manager, and frankly, getting a bit tired of people who just cast some degree of in person presence as “pure desire for control”. People require coordination (that’s partly why manager / project manager / product manager roles exist), and that coordination is orders of magnitude easier and faster in person. Sometimes just in the course of going from meeting A to meeting B, I will solve <=3 minutes stuff that would take me 2-3x the amount of time via chat or quick ad hoc meetings.

I am against full RTO 5 days a week, because for focused tasks, WFH is way more productive. But hybrid is not entirely stupid. Sure, if 100% of your work is focused work (say SWE work for instance), anything other than full WFH is a loss to you. But unless you work 100% alone with nobody else, 100% optimal for you may not be 100% optimal for the project / product / organisation. And I’ve seen first hand how conflicts brew when people can’t just go in front of a white board and hash out differences in person

Tl;dr : it’s wayyyyyyyy more nuanced than “RTO is stupid you control freak”
Jubijub
·12 mesi fa·discuss
Fish is awesome, but there are times you need POSIX/ bash-like shell syntax
Jubijub
·anno scorso·discuss
It’s a certainty at this point, they will need the revenue stream
Jubijub
·anno scorso·discuss
+1, systemd is very usable, and works. I would really not go back to what was before
Jubijub
·anno scorso·discuss
Case in point : fly from EU to US, no shoes off. Same planes, flying over the same cities.
Jubijub
·anno scorso·discuss
It’s a dark take, but I mostly agree with it. The ad model, with all its flaws, is a flexible model, and it has funded the web for a while.

The part that will break is that a lot of sites will have 0 incentives to continue to publish, in the face of 0 revenue and 0 credit. That will degrade the quality/ relevance of LLMs. I also think that “guaranteed produced by humans “ will have value.
Jubijub
·anno scorso·discuss
+1 So you may get say a 7 seater where the seats are folded in the trunk, so you can carry 7 people XOR 5 people + light suitcases

There is no option to say “send me a mini van”
Jubijub
·anno scorso·discuss
That is a hugely simplistic take that tells me you never managed people out coordinated work across many people. I mean I a more productive individually at home too, so are probably all my folks in the team. But we don’t always work independently from each others, by which point having some days in common is a massive booster
Jubijub
·anno scorso·discuss
I have no beef against porn, but what makes you think the other two use cases at acceptable ???
Jubijub
·anno scorso·discuss
I respect the craft, and I have riced my distro, but theming my boot loader is the last thing I would waste time on.

I use my motherboard F8 menu to switch between Win11 and Arch boot loaders (so they can ignore each other, much simpler to maintain), so systems-boot appears only exactly 3 seconds to give me an opportunity to boot Linux-LTS instead of the last kernel version. And if I need to do anything fancy at boot time (eg: repair a borked boot config), I use a USB key with arch iso, and chroot into my install and then I have the full power of the command line.

I really really fail to see the point of spending hours to theme that.
Jubijub
·anno scorso·discuss
+1, they have no most, and we clearly see that big actors are willing to run at loss to get market shares. At this point I guess people are looking for an exit, and the last investors will own an empty shell
Jubijub
·anno scorso·discuss
This article is incredible, in the age of AI slip it’s refreshing to read content of this quality.

I’m very new to 3D printing (designed my first part this weekend), and so I learned a lot
Jubijub
·anno scorso·discuss
I’m sorry but you comment shows you never had to fight this problem a scale. The challenge is not small time crawlers, the challenge is blocking large / dedicated actors. The problem is simple : if there is more than X volume of traffic per <aggregation criteria >, block it. Problem : most aggregation criteria are trivially spoofable, or very cheap to change : - IP : with IPv6 this is not an issue to rotate your IP often - UA : changing this is scraping 101 - SSL fingerprint : easy to use the same as everyone - IP stack fingerprint : also easy to use a common one - request / session tokens : it’s cheap to create a new session You can force login, but then you have a spam account creation challenge, with the same issues as above, and depending on your infra this can become heavy

Add to this that the minute you use a signal for detection, you “burn” it as adversaries will avoid using it, and you lose measurement thus the ability to know if you are fixing the problem at all.

I worked on this kind of problem for a FAANG service, whoever claims it’s easy clearly never had to deal with motivated adversaries