Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ithrow
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
61.
▲
by
ithrow
4y ago
Why did you switch from vim/neovim to emacs?
62.
▲
by
ithrow
4y ago
I don't like callback hell http servers in java since now you have to go chase async libraries for everything.
63.
▲
by
ithrow
4y ago
Why is alpine so popular for VMs/containers when popular runtimes like the JVM or nodejs don't officially support musl?
64.
▲
by
ithrow
4y ago
That's like saying that C++ is a better backend platform than the JVM due to better performance. For 95% of business web apps out there it doesn't matter, I mean, multiple business with evaluations in the billions of dollars have
65.
▲
by
ithrow
4y ago
1. Objects are sets of keys 2. JS has Map/Set which allow other composite types as keys and can be converted to objects for JSON serialization then deserialize back to Map/Set.
66.
▲
by
ithrow
4y ago
Besides being fun for sure because you can use whatever you want for your own stuff I don't see what's special about clojure here. They are using react (behind a wrapper), IME, clourescript is not worth the hassle. On the server t
67.
▲
by
ithrow
4y ago
They are talking specifically about the built-in incremental compiler of the Eclipse IDE, not the whole IDE experience.
68.
▲
by
ithrow
4y ago
Can you share what do you miss from JS when trialing another language?
69.
▲
Data Oriented Programming in Java
(infoq.com)
4 points
by
ithrow
4y ago
|
0 comments
70.
▲
by
ithrow
4y ago
For a single person team it is bad because now they have to depend on their memory and shell history. There is this thing called shell scripts.
71.
▲
by
ithrow
4y ago
This kind of thing happens often enough that it really should be baked into the language. Since Java 17 there are records.
72.
▲
by
ithrow
4y ago
It's also very nice that the postresql project maintains a high quality JDBC driver https://jdbc.postgresql.org/ Working with pg in nodejs was frustrating in comparison.
73.
▲
by
ithrow
4y ago
Many "modern" companies chose Java for the core of their backend servers, stripe, square, netflix to name a few.
74.
▲
by
ithrow
4y ago
Is Timescale suited for keeping the history of the data and then query against any point in time?
75.
▲
by
ithrow
4y ago
Didn't explain myself well, meant I want to use Javascript only and maybe typescript only for the schemas. I understand that Tigris exposes a HTTP endpoint and is all json but wondered how well the Typescript SDK will play for pure Jav
76.
▲
by
ithrow
4y ago
Does ES support the embedded use case?
77.
▲
by
ithrow
4y ago
If you don't want/need HA you can run a 1 node ES.
78.
▲
by
ithrow
4y ago
Can typescript be limited to just creating the schema and then use javascript for the rest of your application?
79.
▲
by
ithrow
4y ago
In what programming language? I find that with dynamic languages comments help but they require to have more discipline about documentation.
80.
▲
by
ithrow
4y ago
Write SQL and do the mappings to records yourself.
81.
▲
by
ithrow
4y ago
It's common to have your remote dev environment on a remote VM.
82.
▲
by
ithrow
4y ago
You could say the same for Python/Ruby/Javascript or most high-level languages that rely on a VM.
83.
▲
by
ithrow
4y ago
Couldn't find anything in the Prisma docs about it exposing a GraphQL API.
84.
▲
by
ithrow
4y ago
I don't see how Clojurescript is a good thing here, it's probably the most inefficient and with the most overhead of all the compile to JS languages (with out talking too much about react with penpot uses), even highly optimized p
85.
▲
by
ithrow
4y ago
Their existing imperative code operations actually produced the wrong results (subtly) frequently or their imperative code depended on the order of the data returned from the database (undefined behavior). Yikes. That just sounds like ver
86.
▲
by
ithrow
4y ago
Doesn't the problem you mention for Loom applies equally to OS threads? What's the difference? Loom just lets you create more threads but with OS threads you are doing IO too.
87.
▲
by
ithrow
4y ago
Since this is an Emacs article I recommend checking out https://protesilaos.com/emacs/denote
88.
▲
by
ithrow
4y ago
What is your recommendation for web apps that are not highly interactive but need interactivity to improve the UX?
89.
▲
by
ithrow
4y ago
No, a single database manages multiple customers but the customers are distributed among multiple databases.
90.
▲
by
ithrow
4y ago
Ubuntu is heavily used by AWS customers, Canonical sells support contracts for Ubuntu.
More ›