HackerTrans
トップ新着トレンドコメント過去質問紹介求人

kaashmonee

no profile record

投稿

Show HN: Dis: Dev environments but without Node.js

github.com
5 ポイント·投稿者 kaashmonee·3 か月前·0 コメント

Show HN: WheresMyPermitSF – Self-Hosted SF Housing Permit Bottleneck Analyzer

wheresmypermitsf.candace.cloud
1 ポイント·投稿者 kaashmonee·4 か月前·0 コメント

Show HN: Candid – Minimal Private Bring Your Own Model Email Revision Tool

github.com
3 ポイント·投稿者 kaashmonee·7 か月前·1 コメント

Show HN: Desponsorize – Gray out Amazon sponsored search results

github.com
2 ポイント·投稿者 kaashmonee·9 か月前·0 コメント

Show HN: Sqlc Postgres Golang CRUD Generator

github.com
1 ポイント·投稿者 kaashmonee·2 年前·0 コメント

Sqlc: Data access simplified. Throw away your ORM

docs.sqlc.dev
24 ポイント·投稿者 kaashmonee·2 年前·22 コメント

Golang Proverbs

go-proverbs.github.io
2 ポイント·投稿者 kaashmonee·2 年前·0 コメント

Stack-Oriented Programming

en.wikipedia.org
2 ポイント·投稿者 kaashmonee·2 年前·0 コメント

Pareto Efficiency

en.wikipedia.org
20 ポイント·投稿者 kaashmonee·2 年前·1 コメント

Bloom Filter Indexes in PostgreSQL

postgresql.org
32 ポイント·投稿者 kaashmonee·2 年前·5 コメント

Build Your Own X

codecrafters.io
2 ポイント·投稿者 kaashmonee·2 年前·0 コメント

CMUSphinx: Open-Source Speech Recognition Toolkit

cmusphinx.github.io
1 ポイント·投稿者 kaashmonee·2 年前·0 コメント

Adam Neumann seeks to buy back WeWork after declaring bankruptcy in 2021

techcrunch.com
3 ポイント·投稿者 kaashmonee·2 年前·4 コメント

Audio Time Stretching

en.wikipedia.org
3 ポイント·投稿者 kaashmonee·2 年前·0 コメント

Logan Paul CryptoZoo Saga Finale

youtube.com
1 ポイント·投稿者 kaashmonee·3 年前·0 コメント

Show HN: Algorithm Problems Upsolver Test Helper Suite

github.com
1 ポイント·投稿者 kaashmonee·3 年前·0 コメント

Cybertruck Launch

tesla.com
193 ポイント·投稿者 kaashmonee·3 年前·550 コメント

Python Data Classes

docs.python.org
1 ポイント·投稿者 kaashmonee·3 年前·0 コメント

PostgreSQL Hacking

github.com
5 ポイント·投稿者 kaashmonee·3 年前·0 コメント

X (Twitter) Job Board

twitter.com
9 ポイント·投稿者 kaashmonee·3 年前·2 コメント

コメント

kaashmonee
·9 か月前·議論
I think GPT-5 has been doing this for a while.
kaashmonee
·2 年前·議論
The title seems a bit misleading. I thought they were talking about LSD or psilocybin. But this is referring to an MDMA-based therapy which I feel is more of a stimulant, or at least is used as one more often than it's used as a psychedelic and it's an amphetamine.
kaashmonee
·2 年前·議論
It's astonishing. I had a hard time wrapping my head around this...he is quite literally being REWARDED for failure. I knew the world wasn't fair, but wow.
kaashmonee
·2 年前·議論
Ollama is incredible for me! The setup was super easy. I have been playing around with llama2-uncensored.
kaashmonee
·3 年前·議論
Interesting, but I'm not a huge fan of this article. The best I was able to surmise was that the SEC may do something in some cases where cryptocurrencies are treated like securities but I wasn't able to garner any information on what the deal with Dogecoin is right now nor what has been done or may be done against Musk in particular in relation to Dogecoin.
kaashmonee
·3 年前·議論
I don't have any.
kaashmonee
·3 年前·議論
This is so based. Now I don't know anything anymore is the author Derek Sivers from California who now lives in New Zealand even real. Is anything on his about page even true? How are we supposed to trust it? Then again, it doesn't matter.
kaashmonee
·4 年前·議論
But I think that's what truly makes it "engineering." Programming and solving problems are fun in a vacuum but tech is just a lot more than that. Being able to produce a solution to a problem today doesn't mean that the same solution will work tomorrow. That's why we have to _engineer_ a solution, not just produce one.

I'd argue this is true of any engineering discipline. For example consider this analogy: we build bridges to solve the problem of being unable to cross to the other side. But we could also solve this with, say, a boat, to paddle ourselves across the body of water instead; in fact, that's a much more immediate solution that solves the exact same problem. But is it sustainable? Is it scalable? Can it handle traffic? To address these concerns, we _engineer_ a bridge.

Software that's meant to service a lot of people can't just be written to solve a particular problem today -- it must be _engineered_ so that it's future-proof, which is to say, easy to scale, easy to read, easy to refactor, etc. So often the simplest programming challenges become particularly difficult and often interesting engineering challenges.

Finally, to actually answer your question, it entirely depends on the company, the size of the team, and the commitment to code quality and engineering that that team has. Working at Google on the search team, for example, wouldn't be a great fit for you because every line of code you write has to be engineered! But working at a startup might.

But this comes with tradeoffs. Often times, the solution you write will have to be rewritten if you want your product to succeed. Refactoring and re-architecting things are a necessary evil as technology, hardware, and languages + frameworks change over time. I've worked at places where I've found myself repeatedly having to work on the same things over and over again because of how poorly engineered they are! If you enjoy programming and solving new problems and you want to have a career doing that where presumably you're building some sort of product, you have to engineer at least somewhat reasonable solutions today so that you can work on something new, exciting, and cool tomorrow.