Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Deradon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
Deradon
10mo ago
Question for any aviation expert: Would TCAS be triggered at such a low altitude on departure?
2.
▲
by
Deradon
1y ago
Found this in the GPT-5 Announcement: > Availability and access > GPT‑5 is starting to roll out today to all Plus, Pro, Team, and Free users, with access for Enterprise and Edu coming in one week. Pro, Plus, and Team users can also st
3.
▲
by
Deradon
3y ago
There was not really a place to put it into the rails doc. But I put a comic strip as a tribute to _why into a related blog post: https://cult.honeypot.io/reads/why-ruby-on-rails-is-not-dead...
4.
▲
by
Deradon
4y ago
TDD = Test Driven Development It's not comprehensive documentation, it's a process of software development. Start with the most simple test first, make it green via the most simple implementation, refactor. (Red/Green/
5.
▲
by
Deradon
4y ago
For ruby projects where I could simply put the "new test" in a new file I do this: 1. Create new test (e.g. "spec/reproduce-bug_spec.rb") 2. Ignore it locally: `echo "spec/reproduce_bug_spec.rb" >&
6.
▲
by
Deradon
4y ago
Offtopic but related: Conventional commits: https://www.conventionalcommits.org/en/v1.0.0/
7.
▲
by
Deradon
4y ago
Another comment already mentioned the `.git/info/exclude` directory. For completeness link to the online docs: https://git-scm.com/docs/gitignore git will take 3 files into consideration for "ignoring&qu
8.
▲
Kubernetes: The Documentary [Part 1]
(youtube.com)
10 points
by
Deradon
5y ago
|
1 comments
9.
▲
by
Deradon
5y ago
Disclaimer: I'm working at honeypot (but not involved in the documentary at all)
10.
▲
by
Deradon
5y ago
You're right. What I've got is NOT the original. I was misled by the almost identical look, wow. (got a FlyingGooseProduct here)
11.
▲
by
Deradon
5y ago
Here in Germany I can still get it in almost every supermarket. So I don't know if it is the EU blocking imports.
12.
▲
by
Deradon
5y ago
In the mid 90s my parents and me were having a 2-day trip from eastern part of Germany to Paris in a "Trabbi". It was loud as hell inside the car. And still, I don't know why, I really liked this trip and like the look of thi
13.
▲
by
Deradon
5y ago
So maybe to explain myself: I'm used to scan through the homepage and open link and comment side by side for a few things that I think are interesting to me. While reading through it, I might get interrupted. So I might come back to a
14.
▲
by
Deradon
5y ago
Imo, it's not a good idea to directly link to the extension as one might accidentally hit the "Add to chrome" button. (e.g. when coming from the homepage and not peeking into the thread here)
15.
▲
by
Deradon
5y ago
I'm running my teamspeak instance within an LXC container on my physical host. So the only IP I do see is good old home (127.0.0.1). But admins better not use the IP-ban feature in this setup ...
16.
▲
by
Deradon
5y ago
And according to the twitter-bio of the individual, who brought this up, he's related to Red Hat, which are also affected [^1]. [^1] https://github.com/RedHatInsights/compliance-backend/pull/79...
17.
▲
by
Deradon
6y ago
Wow, I'm kinda impressed of all the negative comments here. What's making a short and focussed daily synchronization meeting (aka: Daily/Standup) useful for me: * Short and focussed, 15min max, no excuse * Focus on impediment
18.
▲
by
Deradon
6y ago
Actually, for me it's the other way round. Sometimes I write german words like "BratwurstBratGerät" (UpperCamelCase)
19.
▲
by
Deradon
7y ago
It's my default. On the left buffer I've got the implementation, on the right buffer I've got the spec/test.
20.
▲
by
Deradon
7y ago
I'd structure the Dockerfile in another way with the "python:3.8-alpine" approach. E.g. something like: FROM python:3.8-alpine RUN apk add --no-cache --virtual build-dependencies gcc build-base freetype-dev libpng-de
21.
▲
by
Deradon
7y ago
> Committing the red test and the fix to the test in two commits makes the bug and its fix easy to review. I've done this in the past. Then I started to use `git bisect` and having a red test somewhere in your commit-history is a ki
22.
▲
by
Deradon
7y ago
It is explained at the top-level document: https://google.github.io/eng-practices/#terminology