HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ziml77

no profile record

comments

ziml77
·24 दिन पहले·discuss
Jony Ive is a plague on design. Just a few days ago someone showed me Ferrari's new EV that he designed. I am not a car person and even I can see it looks like crap! That man should just take his big Apple money and fully retire so he doesn't ruin anything else.
ziml77
·26 दिन पहले·discuss
Fastmail still generates theirs with @fastmail.com. And 1Password has an integration with them to quickly generate an address when creating a new account somewhere.
ziml77
·26 दिन पहले·discuss
Interesting because I have foam tips on my Pro 2s and sometimes the pressure from the noise cancellation will actually make me feel worse.
ziml77
·26 दिन पहले·discuss
Do you retain the sensation that everything is still wobbling? I would get that after being on a boat for long enough. Though motion sickness never made me feel ill to my stomach, rather it just gives me the worst headaches that require fresh air and time to relieve.
ziml77
·पिछला माह·discuss
The caps lock key is good for binding to F13 and using for push-to-talk. I know some people bind it to escape for Vim usage but I don't like that because I'm likely to also use Vim on machines without that key remapped and that messes with muscle memory.
ziml77
·पिछला माह·discuss
That's the sane handling of scrolling. macOS is weird for tying the scrolling direction of trackpads and mouse wheels in a single setting.
ziml77
·पिछला माह·discuss
That was my experience too. Legal wanted things locked down hard. IT was more than happy to make things easier for users as long as legal wasn't getting in the way. Usually meant the systems were simpler too if we had fewer rules and controls to enforce.
ziml77
·पिछला माह·discuss
If you knew anyone that worked on the other ends of those deals, you'd know that it was always a load of trash. He basically relied on people caving to threats. That tactic only works if the other side believes the threat is credible and that they actually have something to lose.
ziml77
·2 माह पहले·discuss
Shit thanks for pointing that out. My door lock isn't 100% effective at stopping thieves, so I guess I can get rid of that annoying thing. Will be nice to never worry about being locked out again!
ziml77
·2 माह पहले·discuss
I don't get where the idea comes from that the popular error crates make error handling complicated in Rust. Because you're right, all thiserror is doing is giving you a shorter syntax for writing error enums. You could write the exact same things out by hand if you wanted to, and from the library user's side nothing would change.

As for anyhow, if a library ever exposes that, then that's just the author being lazy and not doing errors correctly. It's the equivalent of doing throw Exception("error!") in C#.
ziml77
·2 माह पहले·discuss
How do you feel your data for Kagi Maps compares to Google Maps? It's the kind of thing that's harder to test than switching web searches over to Kagi. I need to already know that the business and transit data is reliable which is why I still go to Google Maps.
ziml77
·2 माह पहले·discuss
But also great for speed. Larger libraries can take a measurable amount of time to import (even if they have no transitive dependencies). If only some of your code paths actually need the large library then it makes sense to import it lazily. Without lazy you have to do it conditionally which can lead to the imports happening in strange places rather than all being listed out at the top of the file.
ziml77
·2 माह पहले·discuss
That's how twilight anesthesia works. That's the kind you get when having something like wisdom tooth removal or an endoscopy. They want you to be responsive to instructions but completely relaxed and unable to form memories of the event.
ziml77
·2 माह पहले·discuss
I have no problem with Twitch channel points gambling via predictions, but doing that alongside actual* gambling is really messed up. It's blurring the line to the viewers between the two. And probably putting ideas in their head like "oh I won so many channel points predicting the outcomes, I should do some real gambling!"

*It could be sponsored and thus either rigged or all of the money being used was provided by the company under the expectation that it would be paid back to them through losses.
ziml77
·2 माह पहले·discuss
There's degrees of harmfulness. Weed is on the mild side along with alcohol (possibly even less harmful than alcohol).
ziml77
·2 माह पहले·discuss
Why use a generated image in that weird dirty yellow style when you have a real screenshot to show?
ziml77
·2 माह पहले·discuss
Gambling and scalping (and the combo that comes from reselling things like pokemon cards and other blind box products). They really do seem like the only options for a lot of people to live the kind of life that they've been sold as the ideal.

And as much as I hate that this is what is happening, I feel like that's what I'm going to end up being forced to try after 15+ years in working software development jobs, given how badly the companies want to replace us with LLMs. Hasn't gotten to that point yet but I'm shocked every day we're not laid off.
ziml77
·2 माह पहले·discuss
Wow I'm amazed that they shipped it without that. That's a standard safety feature as far as I know.
ziml77
·2 माह पहले·discuss
It's so weird seeing comments praising that there's been so many releases in such a short time. That's not a good thing!
ziml77
·2 माह पहले·discuss
I think he wants Traefik's proxied requests to come from a different subnet, that way externally you need to authenticate but internally you don't.

Personally I wouldn't bother with that and instead I would not directly expose the service to the internet at all, and just use a VPN. I don't trust that any services I run are safe to expose to the internet unless they are very intentionally designed for that.