HackerTrans
TopNewTrendsCommentsPastAskShowJobs

capl

no profile record

Submissions

Tech Survival Guide: How to Break Free from the Attention Economy's Grasp

medium.com
2 points·by capl·hace 3 años·0 comments

Ask HN: Is Go simplicity worth it?

3 points·by capl·hace 3 años·20 comments

Ask HN: What web stack would you use for startup, and why?

15 points·by capl·hace 3 años·44 comments

Ask HN: How is Apple able to make quality software?

11 points·by capl·hace 3 años·23 comments

comments

capl
·hace 2 meses·discuss
will always upvote this post when I see it

virtual threads (stackful coroutines) in Java is most of the reason why I’m defaulting to it nowadays instead of C#, Rust, etc
capl
·hace 5 meses·discuss
Binary Ninja seems way ahead in terms of UX, as a hobby reverser. It's my default as well.
capl
·hace 5 meses·discuss
That’s funny cause I feel the opposite: LLMs can automate, in a sloppy fashion, building the first trivial draft. But what remains is still thinking hard about the non trivial parts.
capl
·hace 5 meses·discuss
LLMs are trained on web slop, not engineering
capl
·el año pasado·discuss
Nothing wrong with the "creating products that prioritize user experience over features" - or more accurately what Jobs said: create products that start with the user experience and the user’s needs first and then work your way to the tech (as far as I remember)

The opposite approach is starting with some tech and then trying to find a use for it, e.g. folding phones, second 1/2 screen on laptop, etc, instead of trying to actually create a usable, quality trackpad for instance.

The critique is still valid: Apple, for their software, seem to not have the same focus on quality as Jobs once insisted on. Their physical products are very much still top notch, and the products on the whole are still developed with this mindset as far as I’m concerned. It’s just the software quality that has taken a hit for some reason.
capl
·hace 2 años·discuss
Biggest issue is the lack of free speech. It’s a platform with an agenda, which is a huge red flag.
capl
·hace 2 años·discuss
Morsom kar han der
capl
·hace 2 años·discuss
Please delay it indefinitely. The OS with the worst security combined with a queryable LLM recording everything you do?

Yeah, no.
capl
·hace 2 años·discuss
Hehe yeah, same when I think about it… I guess best thing to do is buy on launch and update every 2-5 years.
capl
·hace 2 años·discuss
Hmm, I was thinking of buying an M3 Pro 16” this summer, but maybe I should wait then
capl
·hace 2 años·discuss
Same here. Once worked with a guy who was a huge Microsoft fan, calling Macs and Linux-based workstations “nothing but toys”. Naturally I couldn’t help but laugh when he couldn’t work for 20 minutes due to a forced windows update and then a blue screen after booting up again.

The Candy crush and other crappy apps/games in combination to being a full fledged spyware OS with adware on top is already enough to make me run away screaming.
capl
·hace 3 años·discuss
It has a 90's Pixar look to it, which is cool
capl
·hace 3 años·discuss
> The battery life on my own X220 is fantastic. I have a brand-new 9-cell that lasts for roughly 5-6 hours of daily work. Obviously these numbers don't come close to the incredible battery life of Apple's M1/M2 chip devices, but it's still quite competitive against other "newer" laptops on the market.

Oh okay, so it’s the best sub-tier laptop on the market. MacBooks still on top, got it.
capl
·hace 3 años·discuss
I'm on a 2019 Intel MBP, so I have not experienced developing on ARM yet. I though docker had full support for ARM, and I assumed it did emulation of amd64, no?
capl
·hace 3 años·discuss
Yes, I've just seen lots of people in the comments not seeing the value in the machines Apple create, which slightly annoys me. Because they are very fine computers.

And as most people with laptops, we own them due to convenience ;) -- that's why I believe they are usually better consumer grade computers than desktops.
capl
·hace 3 años·discuss
I find the hate towards MacBooks interesting, and more so in the comments than the actual video. After having used a lot of computers, both laptops and desktops, I genuinely believe there are no better laptops than MacBooks that bring build quality and software quality, and last but not least the integration of those two to the table -- albeit for a hefty price tag.

A Windows laptop that you convert to a Linux laptop is simply a inferior machine in my eyes and my metrics: worse trackpad, way worse battery life, worse build quality in general (although Razor's laptops are quite good), worse hardware integration (biometric auth). It's a tinkerer's dream, but not the optimal productivity machine.

Linux belongs on the server, maybe desktops, but certainly not on a laptop IMHO.

I say this not to be a Apple fanboy, but rather to acknowledge that Apple's products are not the cancer that some people make it out to be.
capl
·hace 3 años·discuss
I have a couple of issues that keeps me using Safari. First off is the insane battery usage. It’s like 2x battery usage of Safari. Then it’s all the noise like Pocket, sign in this and register that.

And then a very specific problem that has annoyed the crap out of me: extension windows close if Firefox loses focus! That means that using Bitwarden to do this: 1) open Bitwarden and find some login details 2) alt tab to the program you’re trying to sign in to 3) paste the username 4) alt tab back to Firefox/Bitwarden and there you go, the Bitwarden window was closed due to Firefox losing focus and you now have to open it again, search and find the credentials again and then paste the password 5) open Bitwarden a third time and search yet again for the OTP code… A huge pain in the ass that makes me want to use another browser just because of that.
capl
·hace 3 años·discuss
I’ve tried using Orion but I found it very slow and does not work fully as it should with a single chrome plugin I tried. Back to Safari!
capl
·hace 3 años·discuss
Hey again. Tested .NET 8 and blazor again, and it wins… I mean it wins by so much that I now default to using .NET and C# for any task web related. Having components be SSR’d by default and then using SignalR later on by interactivity demand fixed by biggest criticism which was initial load overhead.

Also I’ve experimented with azure since it’s of course very well integrated with the .NET environment, and I think I’ll use that too instead of digital ocean which I’ve defaulted to before. I thought azure was too expensive, but re-evaluating now, it is actually very generous by giving free tiers which lets you launch without paying a dime.
capl
·hace 3 años·discuss
I am a fan of Go due to the focus on simplicity in the language... but why Go for game dev? The purpose of the language was to tackle backend services previously written in C++ focusing on junior developers, not game dev.

It's not really a popular tool for the job: Python, which is a simpler language, has a much larger community of gamedev noobs. Or maybe better yet: start with Godot and GDScript