Readit News logoReadit News
eska commented on Use One Big Server (2022)   specbranch.com/posts/one-... · Posted by u/antov825
themafia · 8 hours ago
> significantly more expensive per vCPU hour

It's almost exactly the same price as EC2. What you don't get to control is the mix of vCPU and RAM. Lambda ties those two together. For equivalent EC2 instances the cost difference is astronomically small, on the order of pennies per month.

> like transcoding long videos, [...] data analysis, and other compute-heavy tasks

If you aren't breaking these up into multiple smaller independent segments then I would suggest that you're doing this wrong in the first place.

> training a model

You're going to want more than what a basic EC2 instance affords you in this case. The scaling factors and velocity are far less of a factor.

eska · an hour ago
> If you aren't breaking these up into multiple smaller independent segments then I would suggest that you're doing this wrong in the first place.

Care to elaborate?

eska commented on Use One Big Server (2022)   specbranch.com/posts/one-... · Posted by u/antov825
throwaway7783 · 3 hours ago
Probably not for $200/mo EC2, but AWS/GCP in general

* Centralized logging, log search, log based alerting

* Secrets manager

* Managed kubernetes

* Object store

* Managed load balancers

* Database HA

* Cache solutions

... Can I run all these by myself? Sure. But I'm not in this business. I just want to write software and run that.

And yes, I have needed most of this from day 1 for my startup.

For a personal toy project, or when you reach a certain scale, it may makes sense to go the other way. U

eska · an hour ago
Now imagine your solution is not on a distributed system and go through that list. Centralized logging? There is nothing to centralized. Secrets management? There are no secrets to be constantly distributed to various machines on a network. Load balancing? In practice most people for most work don’t use it because of actually outgrowing hardware, but because they have to provision to shared hardware without exclusivity. Caching? Distributed systems create latency that doesn’t need to exist at all, reliability issues that have to be avoided, thundering herd issues that you would otherwise not have, etc.

So while there are areas where you need to introduce distributed systems, this repeated disparaging comment of “toy hobby projects” makes me distrust your judgement heavily. I have replaced many such installations by actually delivering (grand distributed designs often don’t fully deliver), reducing costs, dramatically improving performance, and most importantly reducing complexity by magnitudes.

eska commented on White House in Talks with Intel for 10% U.S. Government Stake   wsj.com/tech/intel-us-gov... · Posted by u/sugarpimpdorsey
bigyabai · 13 days ago
It's like loading more men onto a sinking ship. Gee, I wonder how this one ends.
eska · 13 days ago
While I’m pessimistic I do hope they turn their ship around. We don’t benefit from having less diversity in that market.
eska commented on I prefer human-readable file formats   adele.pollux.casa/check-h... · Posted by u/Bogdanp
adregan · 23 days ago
Are there any binary formats that include the specification in the format itself?
eska · 21 days ago
There are binary files with text header, e.g. PCD (pointcloud data) writes the payload type, point count, point attribute names and types as text, and the list of points is stored in text, binary, or compressed.
eska commented on I prefer human-readable file formats   adele.pollux.casa/check-h... · Posted by u/Bogdanp
mschwaig · 23 days ago
Human-readability was one of the aspects that I enjoyed about using CCL,the Categorical Configuration Language (https://chshersh.com/blog/2025-01-06-the-most-elegant-config...), in one of my projects recently.

It saves you from escaping stuff inside of multiline-strings by using meaningful whitespace.

What I did not like about CCL so much that it leaves a bunch of stuff underspecified. You can make lists and comments with it, but YOU have to decide how.

eska · 21 days ago
That whole post reads like a parody. Making fun of other config formats, only to go full blown category theory to explain one can merge config files.. Also weird to use key-value maps as basic type instead of lists, then having to make lists out of maps, rather than the other way around. And who wants to configure the comment symbol? Schema validation is also not in, but hey we can define data types (which are app specific anyway?)
eska commented on The Chrome VRP Panel has decided to award $250k for this report   issues.chromium.org/issue... · Posted by u/alexcos
jve · 21 days ago
It is crazy that anytime someone works on application layer and wants to manipulate string, which is a very, very common thing to do when writing application, one has to consider \0 which would be an implementation detail.

How can that language still be so popular?

eska · 21 days ago
Lots of C applications nowadays don’t actually use any of the str functions or null termination.
eska commented on My ancestors fought in WWII. Hiroshima is plagued by shallow reading   washingtonpost.com/opinio... · Posted by u/cs702
eska · 22 days ago
I have wondered about this for a long time, but HN seems to talk about this topic rather often for a tech site. Why is this the case? I don’t think this is the right place for such discussions and they never lead anywhere.
eska commented on Microsoft is open sourcing Windows 11's UI framework   neowin.net/news/microsoft... · Posted by u/bundie
eska · a month ago
Meanwhile a single developer makes performant native UIs in his first native program by actually learning how the OS and winapi work

https://m.youtube.com/watch?v=bUOOaXf9qIM

eska commented on Itch.io: Update on NSFW Content   itch.io/updates/update-on... · Posted by u/panic
BobaFloutist · a month ago
> without beauty surgery This describes a minority of the most prominent Hollywood stars.
eska · a month ago
You’re the one doing a no-real-scottsman here. I wasn’t talking about Hollywood actors with surgery.
eska commented on Itch.io: Update on NSFW Content   itch.io/updates/update-on... · Posted by u/panic
BobaFloutist · a month ago
If you don't think real actors and actresses look unrealistic, you must live inside Hollywood.
eska · a month ago
So real people without beauty surgery are unrealistic to you, although they exist in reality.

That obviously can’t be it. So I take it what you actually are trying to say is “this shouldn’t be considered the standard”? But it’s not the standard, it’s the top. And people (both men and women) like to play as characters that aren’t standard but at the top.

u/eska

KarmaCake day1471August 8, 2015View Original