jquery_dev
|
1 year ago
|
on: Every company should be owned by its employees
Being from UK: stop multi home ownership for private companies/persons. Move to majority council owned houses, which then feeds money back into the communities. Follow right to buy, where the money goes back to the council.
jquery_dev
|
3 years ago
|
on: Show HN: Ezno, a type checker for JavaScript and optimiser for React
What do you mean by "make it work"? They've raised 4.5M last year, did they just burn through that?
jquery_dev
|
3 years ago
|
on: Shipping Multi-Tenant SaaS Using Postgres Row-Level Security
How do you manage your backend in this case? Do you have an insurance of backend for each customer or do you allow backend to make connections to all the DBs.
I'm interested in doing similar and wondering about the best way to handle the routing between the databases from a single backend.
jquery_dev
|
3 years ago
|
on: Today’s JavaScript, from an outsider’s perspective (2020)
I've started programming around 10 year ago without any Visual Basic code. There are so many more resources nowadays to get started programming, back in the day there was no way in hell you'd get something like repl.it where you don't even need to install anything.
What stops you from creating the most simple html page and playing with CSS? That counts as programming to me, there's also scratch for people who are completely new and want to learn.
jquery_dev
|
4 years ago
|
on: Ask HN: How do you manage private packages within Python projects
I thought it would cause issues when running CI/CD, since you're having to give separate access to the repositories, which might be in different Azure DevOps projects.
jquery_dev
|
4 years ago
|
on: ToaruOS 2.0
I've always been amazed by the technical ability of klange to create this and kuroko-lang
jquery_dev
|
6 years ago
|
on: Comparing the Same Project in Rust, Haskell, C++, Python, Scala and OCaml
I very much disagree with your opinion. OP never tried to determine a winner, just wanted to share some insights into the project.
If we go by what you say, we would never have any comparisons at all, as there are always unknowns.
jquery_dev
|
6 years ago
|
on: JLua: Yet another Lua implementation in JavaScript
Why take the time to comment then?
jquery_dev
|
6 years ago
|
on: “It’s hard to take risks if you don’t have a safety net”
Yeah, not really. It all depends on where you live. I doubt most developers here in Eastern Europe make the $100k you speak off.
jquery_dev
|
7 years ago
|
on: Show HN: Plash – Build and run containers
That's what opam (ocaml package manager) uses for linux sandboxing