Viewing profile — jtwebman
jtwebman
HN member- Joined
- Thu, Sep 11, 2014, 5:08 AM UTC
- HN karma
- 460
- Public activity
- 276 items
- HN profile
- View on Hacker News ↗
About jtwebman
[ my public key: https://keybase.io/jtwebman; my proof: https://keybase.io/jtwebman/sigs/Y6PX8WrfZG15UqAJqnTz7zQibMaHe9Gbp6-Lw6IO1nU ]
Recent public activity
-
comment
Comment #47024449
Can you add Postgres with PVector?
-
comment
Comment #41172452
Maybe it is time to start a OpenCast project!
- story
-
comment
Comment #38664892
He tried at the beginning to say only when the DB gets too big should you even think about this but there are things you can do there as well.
-
comment
Comment #37133811
It was all backend in 1998.
-
comment
Comment #36403981
Sorry DLQs make it easier to do those alerts where a human needs to look asap at something. Not sure they can be gotten rid of, but maybe you call them something else.
-
comment
Comment #35888312
This isn't cheating in my mind. They use tools available to them just like they will have on their job. I would ask clarifying questions and if they understand what they are saying…
-
comment
Comment #35602307
They own the IP they can do what they e want. Seem like every few years some creator freaks out because they didn't like what you did and take it down. It is in their right to do s…
-
comment
Comment #35219754
This is a project managers job not a engineering managers job.
-
comment
Comment #35219616
Frameworks come and go. I rather give the credit to the creator not the company. It solved there problem and open sourcing it benefits them more not the community. Now they don't n…
-
comment
Comment #34938501
Yep sell shovels don't do the mining
-
comment
Comment #34815721
The no VM thing I think is a downside. Sure raw performance is nice but not having a process eat all system cou resources is the true beauty of Erlang and Elixir to allow you to se…
-
comment
Comment #33930658
Chat GPT can't write code so I am a little confused?
-
comment
Comment #33802636
Has anyone written an OTP library on top of it?
-
comment
Comment #33248442
So very human of us to think our truths are some other beings truths. Maybe they proved math isn't true? Maybe they don't think in any way like we do.
-
comment
Comment #33248360
I think this really depends on what they are asking you to do. If part of the job is say writing documentation, moving and documenting your work with Jira tickets, report progress,…
-
comment
Comment #33248200
This statement is what the older generation and companies want you to think. It doesn't have to be that way and companies and management need to change or people will leave for com…
-
comment
Comment #32996053
The event nature seems like a light version of Erlang or Elixir without the power of those. Erlang and Elixir can run millions of light weight processes though vs 1000s. Still so m…
-
comment
Comment #32964706
I still use the python one out of habit.
-
comment
Comment #32369995
Serverless is never cheaper than running on your own machines once you hit any scale. Just cheaper to start with. They want to hook you in so when you scale you pay them the big bu…
-
comment
Comment #32245680
What about stop using ORM abstractions as an option then it is much harder to forget needed filters?
-
comment
Comment #32214218
I think this is thinking small. An AI doesn't need to use human readable programming languages or frameworks to solve problems. Also software engineers are expensive. Corporate gre…
-
comment
Comment #32205015
Thinking like this is how you get factory objects in JavaScript or Elixir processes as objects. They are very different technologies that need to be written differently at the core…
-
comment
Comment #32204925
I wouldn't call C# a young language anymore.
-
comment
Comment #32157867
The bigger reason to use soft deletes is to keep history. Just because someone does not access doesn't mean we should report on the things they did months ago.