Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
archarios
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
archarios
2mo ago
I started doing a lot better at work when I stopped smoking weed and started getting a quick workout in before work each day.
2.
▲
by
archarios
2mo ago
What are you hoping this tool will do for the world?
3.
▲
by
archarios
3mo ago
Exercising and specifically lifting weights will do so much more for your back pain than any ergonomic setup ever will
4.
▲
Napkin Math Flashcards
(chughes87.github.io)
1 points
by
archarios
7mo ago
|
1 comments
5.
▲
by
archarios
7mo ago
Claude made these for me. We also set it up so the "mastered" state of cards is stored in localstorage.
6.
▲
by
archarios
1y ago
There are also tool lending libraries in some areas. I love mine <3
7.
▲
by
archarios
1y ago
I think a big advantage of a framework is that the team(s) don't end up arguing over architecture as much because the framework made those decisions for us. Also the framework has a proven history of this architecture working well for
8.
▲
by
archarios
3y ago
I don't think you understand what this tool actually is. It's not just a database.
9.
▲
by
archarios
3y ago
Where's Microsoft BOB!?
10.
▲
by
archarios
3y ago
well it's either going to be Java or Clojure with this framework so those examples would be kind of pointless.
11.
▲
by
archarios
3y ago
This is what has me excited about Rama. I was very into the idea of event sourcing until I realized how painful it would be to make all the tooling needed.
12.
▲
by
archarios
3y ago
More complicated in what ways specifically? I think the relevant thing is wether building an app with Rama is more or less complicated. Rama may be more complicated than mysql in implementation, but that doesn't affect me as a develope
13.
▲
by
archarios
3y ago
This is completely different from no-sql. Much more than just a different database..
14.
▲
by
archarios
3y ago
if only we could trust people to make informed decisions..
15.
▲
by
archarios
3y ago
I've been finding a lot of things to do on Bloom. But it's kind of catered to specific audiences/areas it seems.
16.
▲
by
archarios
3y ago
I love this thanks for sharing
17.
▲
by
archarios
3y ago
Like I have a bachelors degree in engineering. Is that intermediate or advanced? I feel like saying my science knowledge is anything beyond intermediate is a bit of an overstatement personally.
18.
▲
by
archarios
3y ago
What does "intermediate knowledge" mean in this context?
19.
▲
by
archarios
3y ago
Calculus makes a lot more sense to me as code so this seems promising :D
20.
▲
by
archarios
3y ago
You're talking like it's still 2010. Modern incarnations of both of those languages are pretty great.
21.
▲
by
archarios
3y ago
JS core (that's worth knowing) is pretty simple. My mental model is basically there are primitive types, arrays [], objects {}, and Promises. After that, you basically just have to understand the event loop and you're good to go.
22.
▲
by
archarios
3y ago
https://jacobin.com/2022/06/karl-marx-labor-theory-of-value-...
23.
▲
by
archarios
3y ago
Being a worker under capitalism is a scam.
24.
▲
by
archarios
3y ago
Marx was right.
25.
▲
by
archarios
3y ago
His bosses get to pocket 90% of the value the worker created. Just because this is the status quo doesn't mean it's fair or not exploitation.
26.
▲
by
archarios
3y ago
Capitalists (business owners) make all the money. Workers get stiffed. This is the nature of capitalism and it isn't fair.
27.
▲
by
archarios
3y ago
Not having immutability isn't the worst thing IMO. I guess if you can't trust your coworkers to not modify their inputs, it's a different story.
28.
▲
by
archarios
3y ago
if folks like this and use JS, there is a very similar library for that ecosystem: https://ramdajs.com/
29.
▲
by
archarios
3y ago
with dot chaining you are restricted to only the functions that the API you're working with provides. With functional pipes you can use whatever functions you want.
30.
▲
by
archarios
3y ago
I haven't used rxjs specifically a whole lot but I am a fan of the general declarative pipeline style that it promotes. A different JS library that I've used extensively that promotes a similar style but for more general purposes
More ›