HackerTrans
TopNewTrendsCommentsPastAskShowJobs

alexambarch

no profile record

comments

alexambarch
·3 เดือนที่ผ่านมา·discuss
“Soon” we will see celebrity AI gossip?

Someone clearly missed the first season of Fruit Love Island[0].

[0]: https://www.nbcnews.com/pop-culture/viral/ai-fruit-love-isla...
alexambarch
·6 เดือนที่ผ่านมา·discuss
As an Ableton user myself, I’m pretty surprised that this musician could just… switch from Ableton to Bitwig. Goes to show how dire the situation was I guess.

I still have yet to hear any non-technical person I know encounter issues on Windows and seriously consider switching away. The learned helplessness instilled by Microsoft is very difficult to get people to shake off.
alexambarch
·ปีที่แล้ว·discuss
I’d argue Terraform/HCL is quite popular as a Level 4 configuration language. My biggest issue with it is that once things get sufficiently complex, you wish you were using a Level 5 language.

In fact, it’s hard to see where a Level 4 language perfectly fits. After you’ve surpassed the abilities of JSON or YAML (and you don’t opt for slapping on a templating engine like Helm does), it feels like jumping straight to Level 5 is worth the effort for the tooling and larger community.
alexambarch
·ปีที่แล้ว·discuss
I really like lazygit when I need something quicker and more ergonomic than the VSCode git extension.

I’m still partial to magit over everything else but lazygit has replaced a lot of my CLI usage of git. Thanks Jesse.
alexambarch
·2 ปีที่แล้ว·discuss
As someone who’s too young to have been around for HyperCard, what was the main draw? Was it the accessibility of the tech or was it just really well executed?
alexambarch
·2 ปีที่แล้ว·discuss
If these vehicles tackle the roads of Boston, there will be no stopping this company. That place has one of the most confusing road networks I’ve ever seen in addition to some of the most confused drivers.

NYC is another obvious challenge but Boston seems like a challenging middle ground.
alexambarch
·2 ปีที่แล้ว·discuss
From what I got out of the article and my own limited understanding of double entry bookkeeping, the "double" seems to be referring to the part where we split a transaction into credits and debits as opposed to a transaction with positive or negative balance. The doubling is happening with the labels we use to describe what's happening with the money.

From an individual account perspective, there's a doubling of the number of columns you could enter a transaction's amount into.
alexambarch
·2 ปีที่แล้ว·discuss
The most interesting takeaway from this article for me was that there's an inverse correlation between the number of syllables spoken per second and the bits of information conveyed in that time.

> Japanese, for example, has an extremely high number of syllables spoken per second. But Japanese also has an extremely low degree of complexity in its syllables, and much less information encoded per syllable.

It seems like our brains might only be capable of processing ~39 bits of spoken information per second. Now I want to see a comparison of the information throughput of other forms of communication!
alexambarch
·2 ปีที่แล้ว·discuss
Oh boy I sure hope I receive my grandmother's Monero cold wallet in her will!
alexambarch
·2 ปีที่แล้ว·discuss
As someone who has managed keycloak in production for work, it's a solid solution but boy is it easy to make mistakes that cause difficult to debug issues. It's a headache that does what it says on the tin.
alexambarch
·2 ปีที่แล้ว·discuss
I stopped being interested in poker when I realized that by far the best strategy is simply to play with the worst players you can find. Everything else pales in comparison to simply playing with new players.

I understand that these are people who are willingly coming to play the game and putting up their money but I just don’t feel comfortable intentionally seeking them out to take it from them.

Pretty sure that means I’m simply not cut out to play the game but the theory is definitely interesting.
alexambarch
·2 ปีที่แล้ว·discuss
Brokers fees for the apartment in Cambridge I rent were $4k. This was in addition to first and last months’ rent. Extremely annoying but when every other apartment is doing it too, you don’t have much of a choice if you want to live in the area.
alexambarch
·2 ปีที่แล้ว·discuss
> Also, oh, man, Jazelle. I'd forgotten about that. Hardware support for Java bytecode... that did not pan out well.

As someone who was too young to be paying any attention during this time, what were some of the reasons this didn’t pan out? Java seems so dominant looking back that I’m surprised something like this wouldn’t have been a success.
alexambarch
·3 ปีที่แล้ว·discuss
Honest question: what do we even do? I'm not European but it seems like you can't talk about the "housing crisis" without having to specify whether you're talking about Europe, Canada, the US, etc.

I see suggestions to build more housing through taller buildings, but without any incentive to do that from people who care, what policies will realistically get passed to change anything?
alexambarch
·3 ปีที่แล้ว·discuss
I've seen Infracost around and think it looks cool, do you have any plans to add support for Pulumi? One advantage Terraform seems to have over Pulumi is the ecosystem of tools that support it.
alexambarch
·3 ปีที่แล้ว·discuss
If you're desperate enough, you can nixtamalize corn by getting your hands on some calcium hydroxide (referrred to as cal) and giving some kernels a good overnight bath in a mixture of cal and water. The obvious downside being that it takes forever (and also the mixture is caustic so you can't touch it).
alexambarch
·3 ปีที่แล้ว·discuss
For the record, "188,000 views on TikTok" is not that many for a single video to reach, let alone an entire search term's worth of videos.

As a zoomer reading this article I can tell you this very literally boils down to "funny voice = funny joke" and you could just as easily swap out the british accent for a Kermit impression. The popularity of british reality TV has exposed the young americans that watch it to funny sounding british slang (e.g. "fanny flutters") and now those sayings are making their way into jokes.

I promise you no one except for the Miami content creators and former reality TV cast members quoted in the article are slipping into British accents at Burger King.
alexambarch
·3 ปีที่แล้ว·discuss
A while back I somehow managed to watch Space Is the Place[1] without knowing anything about Sun Ra. The discovery that he was not an actor and was instead a great jazz musician was a wild one. If you haven't seen it, Space Is the Place is a super interesting look into early Afrofuturist films and Sun Ra as a character.

[1] https://www.imdb.com/title/tt0072195/
alexambarch
·3 ปีที่แล้ว·discuss
What entity an ENS record is registered to, who owns what JPEG, who sent who some Ether...

Ethereum is one big state machine so that state holds everything.
alexambarch
·3 ปีที่แล้ว·discuss
> You can already rent compute globally and perform computation in an environment orders of magnitude faster than on the EVM

True, but Ethereum also has the benefit of having a globally agreed upon state that is transparent and traceable when a change occurs. Not saying this setup couldn't be done any other way, but the fact that all you need to enable yourself to make those changes is a digital token is what I find interesting about it. The use of this token combined with the fact that people arguably care about the state of this system is what I feel gives it intrinsic value.