HackerTrans
TopNewTrendsCommentsPastAskShowJobs

o_m

no profile record

comments

o_m
·2 maanden geleden·discuss
It's only been 2.5 years since they said that. I'm sure they will walk back on their word before it has been 7 years.
o_m
·4 maanden geleden·discuss
I think we need to change our perspective of what success is. I believe there will be a ton of small companies popping up instead of a few big ones that eats everyone's lunch. Like Google, Microsoft and others giants have done until now.
o_m
·5 maanden geleden·discuss
What is there to be studied? Once a company is acquired you bounce. There is usually a two year grace period before you start feeling the pain as a customer, which should give you the time to migrate.
o_m
·5 maanden geleden·discuss
Bunny has their own infra while Turso relies on a cloud provider (AWS) which is unfortunately a no-go for many European companies
o_m
·6 maanden geleden·discuss
Who would have thought forcing one developer to write a million lines of code each month would have negative consequences
o_m
·6 maanden geleden·discuss
This is nothing new: https://en.wikipedia.org/wiki/Kitsch
o_m
·6 maanden geleden·discuss
Yes, TurboPack is for legacy projects that can't update from Webpack, but still want some bundle speed improvements.
o_m
·6 maanden geleden·discuss
The main divide now is client side React versus Server Components usually with a node.js backend
o_m
·6 maanden geleden·discuss
So the future is NixOS for non-technical people?
o_m
·6 maanden geleden·discuss
It says 75% of the engineer team. There might be other roles not affected.
o_m
·7 maanden geleden·discuss
Maybe for developers, but I can't imagine most people going back to the terminal. The smartphones won and has the largest market. It would be especially awkward to use a terminal on a touch display. Maybe with voice this will be easier, but I doubt people want to go around in public talking and giving instructions to their phone. UIs are here to stay.
o_m
·7 maanden geleden·discuss
I got it last year, as a man in my early 30s. My doctor didn't believe me but his eyes widened as I showed him the rash. It took him one second to say that is shingles, with no doubt. If you get it you have to get to the doctor ASAP to get the antiviral medicine before it spreads. It is the most painful thing I have gone through.

I'm pretty sure I got is because of stress. I quit my job, sold my home and all my stuff to travel for a year. I was awarded shingles the week after handing in my resignation.
o_m
·7 maanden geleden·discuss
I wonder if this is the new normal? Weekly Cloudflare outages that breaks huge parts of the internet.
o_m
·7 maanden geleden·discuss
It’s a catch-22: why build a RISC-V CPU if there’s no software for it, and why write software if there’s no CPU to run it?
o_m
·8 maanden geleden·discuss
The way Microsoft are ruining Windows makes it seem like enterprise users are the tech debt they want to get rid off. Like making their servers non-deterministic by serving random ads or leaking secret content to their AI. It makes sense that they would rather have their customers run Linux on Azure, so they don't have to do R&D for their own OS.
o_m
·9 maanden geleden·discuss
I don't think they claim they are using semver. Lots of companies/projects use "major" releases just for the added hype.
o_m
·10 maanden geleden·discuss
They would want the user base, i.e. those who has gone out of their way to pick something different, than Microsoft/Atlassian, like Notion
o_m
·10 maanden geleden·discuss
This will be the replacement for my iPhone 13 mini. Although I wish they would make another mini instead.
o_m
·10 maanden geleden·discuss
All or nothing mentally wont get you very far. You're digital device is probably made in China, but that doesn't mean you'll want to store your personal data in a Chinese data center. I try to choose European whenever possible and avoid or limit the use of American, Chinese, and Russian tech.
o_m
·10 maanden geleden·discuss
I mean sure, as long as it runs on the server. Personally I feel JSX is way more expressive. The JSX I write runs on server side rendering to HTML. That way there will be no flash of unstyled content, cumulative layout shift, or any other jank. It looks correct even before the javascript has been downloaded, except it isn't interactive yet.