Viewing profile — shoo_pl
shoo_pl
HN member- Joined
- Wed, Mar 20, 2019, 1:54 PM UTC
- HN karma
- 125
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About shoo_pl
No profile information was provided.
Recent public activity
-
comment
Comment #48562369
The problem is if someone figures it out and starts sending you spam to {random}@domain.tld. That's when you will need to sit down and start creating actual aliases for all those u…
-
comment
Comment #48562299
Not really, this only works for other emails hosted by Gmail (including Workspaces) or if you supply SMPT that will send those emails. If you use simple email forwarding from your …
-
comment
Comment #45353338
Ouch, I did not expect my complaining would get a response from the author! Just to be clear, I do think Ghostty is amazing piece of software and it's so fast that it's hard to bel…
-
comment
Comment #45353118
Not to mention that every time you ssh to another server your keyboard stops working correctly. The solution is on their website: > infocmp -x xterm-ghostty | ssh YOUR-SERVER -- ti…
-
comment
Comment #43409937
Have you considered the fact it could be because Apple Watch itself is closed, walled garden and Apple has full control over its security (and therefore trust in it)? Imagine a wor…
-
comment
Comment #42798589
Free does not mean limitless. Where I live in EU its not uncommon to wait for over a year to see a doctor on „free” insurance and less than 24h when you pay out of your pocket. Peo…
-
comment
Comment #42548721
This. For a several years now, all new cars sold in EU must have an S.O.S. button that will call emergency services. As a result each and every car has some sort of SIM card built-…
-
comment
Comment #39061899
Yes, there is VirtualBuddy and Viable (not sure if this one is Open Source): - https://github.com/insidegui/VirtualBuddy - https://eclecticlight.co/virtualisation-on-apple-silicon/…
-
comment
Comment #39040018
Unfortunately, its not that simple. From the car company perspective, all they want is to sell new cars and they are perfectly happy with scrapping the 8-years old EV with damaged …
- comment
-
comment
Comment #36225249
Overwatch before that too. Its surprising how on one hand a huge effort is put into World of Warcraft running smoothly on macOS (they always implement all the new Metal features wi…
-
comment
Comment #36032315
Well, yes its Apple thing, and they do have systems in place to prevent this, though I'd argue they are not very user friendly for non-tech savy people.
-
comment
Comment #35149323
While this is a workaround, I would not call it "straightforward" because there is no world where I can explain this to my family members :) Straightforward would be a small text-b…
-
comment
Comment #35133258
It's not a multi-billion company, it a bank that has billions of loans and deposits (assets and liabilities). Yes, its a profitable bank but on order of magitude lower scale: > It …
-
comment
Comment #35121144
"huge"? Am I missing something? I know of this limitation but I dont understand why would anyone need this. What's the goal or running Windows on Mac to run WSL on it?
-
comment
Comment #35108042
Have you seen https://github.com/lima-vm/lima ? Runs linux VMs and can run x64 via quemu or even using rosetta2 & apple virtualization framework
-
comment
Comment #35015686
Starting from 0.14 lima support vz framework on macos and allows you to use rosetta2 for x64 linux binaries :)
-
comment
Comment #30835337
Literally second paragraph of the article mention QEMU-based app that allows you to virtualise x64 machines on M1 - UTM: https://mac.getutm.app/ The thing is, it only supports wind…
-
comment
Comment #27881039
It's actually exFAT thats portable. NTFS is mostly for windows users, and macs do support it - though only reading.
-
comment
Comment #27782345
Not only Microsoft basically bough OpenAI a couple of years ago, they also made the GPT-3 closed thing that you can only access via API. Don't let the name fool you, OpenAI is anyt…
-
comment
Comment #26748750
Haven't heard about them, but its more like Heroku - not pure VMs but instead IaaS where you deploy apps using CLI and they manage/scale machines for you.
-
comment
Comment #26236150
On principle, yes. There are quirks - the COP is different for lower temperatures, and becomes 1:1 at around 5F (-15C). So preheating the air could improve the effectiveness at low…
-
comment
Comment #25686243
>iMessage seems to be a bit dishonest Maybe I misinterpret the idea behind this list. To me, its not listing all the things that the company knows about you, its listing all the in…
-
comment
Comment #25617580
That is no longer true since VirtualBox 6 (or VMware Workstation 15.5), both of which can work alongside WSL2.
-
comment
Comment #25617528
That's not longer true. Yes, WSL2 is type-1 hypervisor (which means Linux under WSL2 and windows are both VMs of sort, managed by higher level invisible "main" OS) and initially th…