HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Existenceblinks

no profile record

comments

Existenceblinks
·vor 10 Monaten·discuss
To avoid writing stupid code since they will see qualified people put reason on why some codes are "garbage" (I'm not saying this).
Existenceblinks
·vor 10 Monaten·discuss
> Fast forward to today. I’ve been doing a dive on JavaScript/TypeScript and different runtimes like NodeJS and Deno,

That's why. If all codes in a project are stupid, there's no stupid code indeed relatively.

Go read Linux kernel mailing list.
Existenceblinks
·vor 10 Monaten·discuss
i found assembly is easier to assemble from scratch (it's apple and orange but.). Most materials should exclude these tooling, mostly rust based tools. We should be able to write them by hands just like when assembly was taught. Compiler and assembly are separate classes. I think it's bad assumption that only compiler devs only care about wasm. It's compiling target, sure, but framing it this way will not broaden its knowledge.
Existenceblinks
·vor 11 Monaten·discuss
These topic and mentioned tools always fail to demonstrate how sync engine works in multiple players modes. And mostly only for backend written in TS/JS, worse it's only for using with 3rd service (which you couldn't put your business logic in here). The first thing i scan in these tools' docs are how they handle write conflict whose conflict is semantic level, not data exchange format level.
Existenceblinks
·vor 3 Jahren·discuss
Addendum (since quite many upvotes): for the latter, they break a team of 8 (this is already a small team apart from the whole org) into 2 teams each 4 and break a monolith app into 2 microservices. At the time I saw that, the company started to have more and more managers. Guess what, not even making a break-even yet!
Existenceblinks
·vor 3 Jahren·discuss
I like to work with companies that make a lot of profit on their 5 digit customers where Single machine is enough. But we can make it 3 behind an LB. I absolute hate business whose infra is a bunch of message broker, lambda, queue .. yet make little money.
Existenceblinks
·vor 3 Jahren·discuss
> a huge number of databases for customers

Is this one.db per customer? If so, how do you deal with schema migration?
Existenceblinks
·vor 3 Jahren·discuss
What's kind of codes that run on CI AND production? You mean passing a prod-clone.db to test suits instead of fixtures?
Existenceblinks
·vor 3 Jahren·discuss
> but if you've already committed to running your stuff in a serverless setup

Sounds good but I'm curious what's criteria (need) to architect like this in the first place.
Existenceblinks
·vor 3 Jahren·discuss
Ok sorry, I think I misinterpret your architecture. I think you mean something like HA with Litestream.
Existenceblinks
·vor 3 Jahren·discuss
The problem of having multiple sources of data is Consistency, Availability, Partition tolerance. It also depends on IO characteristic of apps. Who are readers, who writers, how long stale data is acceptable. Basically all the distribute system problems. In web app, frontend + backend + db sit next to it is enough of problem (e.g. SPA vs MPA state problem)
Existenceblinks
·vor 3 Jahren·discuss
> syncing of changes to/from object storage

So you are suggesting to have both the "serverless" db and the storage? If so, you now have 3 problems.
Existenceblinks
·vor 3 Jahren·discuss
Enlighten me, if it needs a host different network location than the app, what is the advantage over postgres, is it because it's easier to "setup" and "maintain?
Existenceblinks
·vor 4 Jahren·discuss
Could you give me a link related to any of these!? Looks like a random code!
Existenceblinks
·vor 4 Jahren·discuss
Sure, p10 and p80 is going to be huge different. As I said, above p90, it's a lot of illusion and subjective .. more like a taste there.
Existenceblinks
·vor 4 Jahren·discuss
$20 IEM is crazy good. I'm lazy to find out if $100 IEM is already above 97th percentile of human ears capability. A lot of illusion of great quality above p90.
Existenceblinks
·vor 4 Jahren·discuss
I think it would have similar effect of reddit or youtube. 99% of the time I use reddit or youtube, it's started with search to jump straight to a topic.

And that is better because the demand side is an active, the knowledge side is the sort of passive. So mediocre knowledge wouldn't have the money backed ads power to outperform the better knowledge or solution.
Existenceblinks
·vor 4 Jahren·discuss
Yeah it's called "miller columns" which I tried (as a implementer) once. The width constraint per column is not quite nice, and when it has more than 3 columns, the horizontal scroll ux makes it worse (I think it's ok on mobile). I haven't found a good ux on tree structure in general, it's just suck.
Existenceblinks
·vor 4 Jahren·discuss
Is there anyone else's brain doesn't work well with canvas like mine? It looks unorganized to me with "group" and "arrow". Unlike structural design like we are used to on daily basis like "order" (left-to-right + top-to-bottom), "index" (several kind of nav). When I look at this type of canvas my brain is confused where to start, what's the order because it looks like a mesh. I guess this is for popular brains?
Existenceblinks
·vor 4 Jahren·discuss
Solid. It will be a smooth transition DX-wise. And it's better in every angle. Except of course so called "big community", "lots of library", "easier to hire" .. poor excuse for technology advancement.