Viewing profile — spreiti
spreiti
HN member- Joined
- Tue, Nov 23, 2010, 8:16 AM UTC
- HN karma
- 145
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About spreiti
No profile information was provided.
Recent public activity
-
comment
Comment #48859094
https://youtube.com/@java?si=pN0ODGy-YLaaunIn This is the official Java channel.
-
comment
Comment #46551325
I have basically the same workflow. Planning mode has been the game changer for me. One thing I always wonder is how do people work in parallel? Do you work in different modules? O…
-
comment
Comment #46261230
It is neither of these. It's an application that processes data and is not accessible outside of the companies network. Not everything is an app. I described my workflow that has b…
-
comment
Comment #46258870
I cannot show it because the code belongs to my employer.
-
comment
Comment #46258706
I use GitHub Copilot in Intellij with Claude Sonnet and the plan mode to implement complete features without me having to code anything. I see it as a competent software developer …
-
comment
Comment #45237037
Since JDK 22 https://openjdk.org/jeps/454
-
comment
Comment #45234605
How much experience do you have working in Java? This statement really surprises me because Java has some of the best in class tools to debug and troubleshoot issues.
-
comment
Comment #41294442
Explain them the concepts of loot boxes and pay to win. My son, who was 8 at that time, understood quiet fast that these games don't require skill and are just trying to steal mone…
-
comment
Comment #38127707
Looking forward to this JEP. This is, IMO, how Streams should have been implemented from the get go. All intermediate operations can now be expressed with Gatherers rather than hav…
-
comment
Comment #37769617
In Intellij you can add breakpoints to when lambdas are executed [0]. You can also print logs instead of suspending the threads [1]. [0] https://www.jetbrains.com/help/idea/using-b…
-
comment
Comment #37661158
I highly recommend you to watch this video by Brian Goetz if you want to learn more about this JEP. https://youtu.be/pcg-E_qyMOI
-
comment
Comment #36736819
FYI: With Java 21 (2023/09/19) this is finally possible. Relevant JEPs: - 441: Pattern Matching for switch - 440: Record Patterns - 409: Sealed Classes - 395: Records It is kind of…
-
comment
Comment #34278806
We don't make bread. We just make bread from the previous day hot and crunchy again. It just takes a few minutes. We used to do this with the oven but that takes quite some time mo…
-
comment
Comment #34276522
We got one in 2020 and we use it daily. Chicken, french fries, sausages, fish and bread is what we use it for most of the time. Some things like spring rolls are better fried with …
-
comment
Comment #34086011
This a 1000 times. People like to hate on Java but when there are problems to diagnose on production systems it is second to none. But from my experience most people don't know the…
-
comment
Comment #26930990
I am in a similar situation (17+ years as developer) and I recently found joy in ethical hacking. I feel like a young kid again discovering new things on a daily basis after work.
-
comment
Comment #23400792
While not directly a resource, I found writing agents for the JVM (java.lang.instrument agents and JVMTI agents) to be quite enlightening and rewarding. Depending on what you want …
-
comment
Comment #22864219
I'm 16 years into my career. I still like programming but I wouldn't say that I love it like I used to. At the beginning I would discover and learn new things on a daily basis but …
-
comment
Comment #22441787
It will be refunded with the refund reason "Goodwill". (I work as a Software Developer at SBB and work on the system that does the refund process)
-
comment
Comment #19024787
If you want to take it to the water it is usually recommended that the watch has 10bar (100m) water resistance. The Breitling Navitimer 01 would tick many of your boxes (Chronograp…
-
comment
Comment #19017883
Yes, but depending on what you are looking for that might not be a bad thing. It usually means that the technology is mature to a certain degree.
-
comment
Comment #19017810
I apply the same strategy and focus on job listings from government related jobs/projects.
-
comment
Comment #18937379
Everything except the notifications has been available in watches such as the Citizen Satellite Wave and Seiko Astron lineup. There are E-Straps from Montblanc that can notify you …
-
comment
Comment #18283269
A practical implementation of a slide rule can be found on watches such as the Breitling Navitimer. I like to use it for quick currency conversions when traveling.
-
comment
Comment #18256471
And to add to that: Transaction handling will be vastly different in most cases between local calls and network calls.