Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tzahifadida
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
tzahifadida
5mo ago
What about Microsoft OneNote... I did not get why we need yet another app... OneNote syncs to the cloud so I can keep my mobile and pc synced... and backed. I can paste multimedia stuff... My use case is keeping notes, screenshots sometime
2.
▲
by
tzahifadida
7mo ago
What would have happened if the US dis not get involved in WWII. We would probably not be here... Not everything is short sighted bean counters. Having major cities explode by nuclear devices in the US will surely cost more.
3.
▲
by
tzahifadida
7mo ago
In WW-II, the US bombed the hell out of German forces for months on end. That is what people do not understand. The US have the capability to generate bombs indefinitely. There will be no boots on the ground for soldiers (they wish). They w
4.
▲
by
tzahifadida
7mo ago
What about claude? Don't think they wont be used militarily that is naive...
5.
▲
by
tzahifadida
7mo ago
Disagree. Making the world less centralized to TSMC chips makes less incentive to invade at the near future. There is no strategic upside to do it right now. If nothing else, to me it seems china is a strategic mover, and will not sacrifice
6.
▲
by
tzahifadida
8mo ago
Since it offers collaboration for free, it can take a bite out of overleaf market.
7.
▲
by
tzahifadida
8mo ago
An agent can make summaries via Markdown files while processing. Then use that to break the problem to several issues and then tackle them one by one, even automatically, but more usually interactively. The problem is the technique now, not
8.
▲
by
tzahifadida
9mo ago
Great read. Thanks.
9.
▲
by
tzahifadida
9mo ago
I believe AGPL3 with CLA is the worst in 2025. Code can be recreated fast in 2025 especially with genAI getting better and better. The problem you'll have is the ownership of the code from day one. Today, people have concerns signing a
10.
▲
by
tzahifadida
9mo ago
Look at the caveat. If you cannot control the nerrative, you are done. Code is nothing in 2025, when a few 100$ can recreate a code base. AWS could have just recreated the code if they wanted, they just didn't have to. And, with their
11.
▲
by
tzahifadida
9mo ago
I think that open source licenses for complete software (such as SaaS components) for commercial entities have a one major purpose: A marketing tactic. If I am open, it is easy to discuss it everywhere without paying for it. I think that i
12.
▲
by
tzahifadida
9mo ago
I think that people looks at n8n success and say why not use source available?... However, I believe they are wrong to believe that this would work for any project...
13.
▲
by
tzahifadida
11mo ago
I don't understand these legal mambo jumbo, but lets make it simpler. Israel and the US have a tight intelligence agreements. No one have to keep secrets since they share information readily. That is what it means to be friends. Israel
14.
▲
by
tzahifadida
11mo ago
Really easy, I made a script to build bitnami images from a command line menu and push it to your dockerhub. It also detects changes in versions and you can rebuild and push again. https://github.com/tzahifadida/oys-bit
15.
▲
by
tzahifadida
11mo ago
This reminds me about the bitnami containers. They pulled the docker images so everyone migrated away because they fear they will also pull the artifacts building the project. They never said that. They seem to be continuing to updating the
16.
▲
by
tzahifadida
11mo ago
Guess which airline I won't be flying with next time...
17.
▲
by
tzahifadida
1y ago
I think this is amazingly great. If they can compete with AWS SES on pricing then, why should I work and pay to 2 services if I already use cloudflare and just use AWS SES for transactional emails. BUT and this is a big one. Most OSS alread
18.
▲
by
tzahifadida
1y ago
I think the moral here is, if you'll ever have less than 1000 active customers per second, don't do micro services, don't use redis, just use a monolith with a simple stack and you'll still be happy, less maintenance, le
19.
▲
Show HN: OYS Bitnami Builder – Build your own Bitnami containers
(github.com)
2 points
by
tzahifadida
1y ago
|
0 comments
20.
▲
by
tzahifadida
1y ago
For anyone interested I am in the last stages of building a course operating around Kube-Hetzner ( https://github.com/kube-hetzner/terraform-hcloud-kube-hetzne... 3k github stars). Basically a lot of scripts that shows
21.
▲
by
tzahifadida
1y ago
Rarely I save something like this. Addicting. Saved it in my daily news. It is interesting to get new ideas by just clicking on the zoom button.
22.
▲
by
tzahifadida
1y ago
One thing that I dont like about jwts is that all rest calls must include that huge thing. A simple old school sessionid as a cookie is smaller and will pass the request faster. You can store the session in the database or redis or cache in
23.
▲
by
tzahifadida
2y ago
I arrived to a similar conclusion. I come from Java and in Java you have exceptions with TryCatch clauses and declaring them in function signatures. It works fairly well but very difficult and not idiomatic to Golang. Therefor, I created a
24.
▲
by
tzahifadida
2y ago
This test is no real. These languages works differently. Garbage collected and manually allocating and deallocating. If you do not configure a garbage collected language correctly it will spin out of control in memory consumption because it
25.
▲
by
tzahifadida
2y ago
Was wondering if any1 embeds react spa apps in golang binaries to build a lean SaaS?
26.
▲
by
tzahifadida
2y ago
Kotlin is not a language I learned so I will avoid commenting. However, the use of JAVA for me is for admin backend or heavy weight services for enterprises or startups I coded for, so for my taste I can't use it without spring or jbos
27.
▲
by
tzahifadida
2y ago
Similarly the power of golang concurrent programming is that you write non-blocking code as you write normal code. You don't have to wrap it in functions and pollute the code but moreover, not every coder on the planet knows how to han
28.
▲
by
tzahifadida
2y ago
Probably a waste of time to answer due to the long thread here. But short answer: you can store tokens in a server session which will manage it for you. In case you need to refresh it, you are redirected to the idp and get a refreshed token
29.
▲
by
tzahifadida
3y ago
I use haproxy with go listen notify of one of the libs. It works as long as the connection is up. I.e.i have a timeout of 30 min configured in haproxy. Then you have to assume you lost sync and recheck. That is not that bad every 30min... a
30.
▲
by
tzahifadida
3y ago
Why not use postgres listen/notify instead of rabbitmq pub sub.
More ›