Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hackandtrip
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
hackandtrip
3y ago
Another possibility is using the `scripts` in the `pyproject.toml`, as described here: https://python-poetry.org/docs/pyproject/#scripts
2.
▲
by
hackandtrip
4y ago
We keep seeing the number 8$ billions of losses, but I wonder: does that number already include the enormous depreciation of Crypto which is taking place after SBF's demise? What if users' possession on FTX are actually valued muc
3.
▲
by
hackandtrip
4y ago
Apparently when another VC firm (Social Capital) suggested to create a board before going through with their investment, they received a plain&clear "f*k you". Corporate governance, accounting, and all the other boring stuff s
4.
▲
by
hackandtrip
4y ago
There is no way a person in his position has any time for focus. CEOs of big companies (especially in case they manage multiple companies!) usually act as firefighters and mainly mentors to top-management. They need to be able to quickly ju
5.
▲
by
hackandtrip
4y ago
> Apple is TSMC's largest single customer, but they're only ~25% of their revenue. Consider that Apple is also 25% of total assets of Berkshire (around 250$B), so it's not much of a surprise that Berkshire is going into th
6.
▲
by
hackandtrip
4y ago
Not a scientist so more of a question than a statement, but how can this be relevant given that: - We are talking about a pathway found in mouses, we are not even sure it exists in human - These bacterias are only markers, therefore doesn&#
7.
▲
by
hackandtrip
4y ago
Ideally, you could have a Postgres instance specifically dedicated for secrets - I don't see why you should couple sensitive and non-sensitive data. Many OSS services like HashiCorp Vault just do that: you give Vault a backend (which c
8.
▲
by
hackandtrip
4y ago
Did anyone try Renovatebot[1]? It should be OpenSource and endorsed from OpenSSF and Google. Main advantages I see is batched updates, which reduce a bit the dependency update spam. 1: https://renovatebot.com/
9.
▲
by
hackandtrip
4y ago
Public company pivoting so many times on low-impact high-competition niches? They surely must have saw that there is a hole to be filled, but I find it a bit hard to see them surpassing Gumroad.
10.
▲
by
hackandtrip
4y ago
I do wonder how this plays with the acquisition. IIRC, one of the merge agreement was for Twitter to avoid drastic changes that could impact the value of the company - this seems pretty big to me.
11.
▲
by
hackandtrip
4y ago
I work at a fairly complex distributed system (lots of infrastructure, mostly event-based system with milli-seconds latency for interactions between services managed mainly through queues, either managed externally or internally, 90 million
12.
▲
by
hackandtrip
4y ago
Talking about actually genial FizzBuzz interview answers, I have yet to see someone even going close to this: https://aphyr.com/posts/353-rewriting-the-technical-intervie...
13.
▲
by
hackandtrip
4y ago
Did you give a try to https://www.terraform.io/cdktf ? Unfortunately, it is not stable yet... but we all used Terraform <1.0 for years, and I'd say the experience was never that bad.
14.
▲
by
hackandtrip
4y ago
The Italian version is fully public, and it was made by a third party which offered to do it free of charge. https://github.com/immuni-app
15.
▲
by
hackandtrip
4y ago
I hope the growing interest (probably driven also from the crazy $$$ that prop shops are paying) in algo-trading will lower the barrier of entry. Another interesting platform which grows on similar concepts is Composer: https://w
16.
▲
GitHub Availability Report: March 2022
(github.blog)
2 points
by
hackandtrip
4y ago
|
0 comments
17.
▲
by
hackandtrip
4y ago
UX-wise, as other said, I think it makes sense to ask for the CC as late in the process as possible: you will make your most valuable user understand how great your platform is. Also, I think that for a platform such as yours, credit cards
18.
▲
by
hackandtrip
5y ago
What's the difference between that, and just using a private variable? Languages may not be able to restrict the operations you make on certain variables even if they are private, and even if you should use only public interface, it al
19.
▲
by
hackandtrip
5y ago
Caught it during July 2021 just two days before my planned second dose (Italy's vaccination rates were quite slow back then), had fever at 40 degree celsius for around 3 days, and around 38 for the next week. Luckily very mild cough. P
20.
▲
by
hackandtrip
5y ago
It is probably caused from postmortem culture not being shared in the community. "Having problems" in this world (any kind, not only due to the github scale!) is something that happens - we are not perfect and we work on an incred
21.
▲
by
hackandtrip
5y ago
Add some kind of exponential backoff to be a good citizen!
22.
▲
by
hackandtrip
5y ago
Are they though? If I remember correctly, most "gif" sites online serve webp...
23.
▲
by
hackandtrip
5y ago
Refactor functionalities in JetBrains tools probably saved tons of hours of incidents, typo bugs, copy and paste... only that makes IDE Driven Development as completely worthed it. Also, tools such as Tabnine take away the plumbing from cod
24.
▲
by
hackandtrip
5y ago
Well, that's because threads are just first citizen in Zulip, even more than in Slack! Basically, a thread is visible at a first glance from the UI, while that's not true in Slack. Also, you can kinda replicate Zulip structure by
25.
▲
by
hackandtrip
5y ago
I understand and agree on this, BUT I feel like we are not at the point where Slack could decide autonomously which threads deserve their own channel. Usually, in our workspace, it's the person leading the discussion that at some point
26.
▲
by
hackandtrip
5y ago
To me, it is incredible that Slack is used WITHOUT threads. There is no way that information and discussions can be effective without a threaded conversation - it would just be pure cause otherwise. Also, I find feature-specific channels to
27.
▲
by
hackandtrip
5y ago
In my little experience, although GCP docs leaves a lot to be desired, the support was always very thorough and fast to answer, even for not critical/emergency situations.
28.
▲
by
hackandtrip
5y ago
I am no expert, but I know what a container is and I use it in my daily job; same for Kube, but hearing the actual people going through it feels a bit like an history lesson. (The documentary also touches various interesting point, such as
29.
▲
by
hackandtrip
5y ago
I know benchmarking DB is very hard and pretty much nonsense, but do you have any idea / production use cases of EdgeDB at large scale? Did you see a performance drawback given from the higher abstraction, and the EdgeDB stateless clie
30.
▲
by
hackandtrip
5y ago
What would you suggest as idiomatic server code which is not Laravel, in PHP? I had the "pleasure" to work a bit with a PHP legacy server written in Laravel, and I thought that the framework was alright - the problem was in the PH
More ›