Viewing profile — Gluber
Gluber
HN member- Joined
- Fri, Apr 16, 2021, 10:58 AM UTC
- HN karma
- 35
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About Gluber
No profile information was provided.
Recent public activity
-
comment
Comment #48923587
In Austria a lot of times as second line ( after melatonin etc ) quetiapine is prescribed for its off label effects.
-
comment
Comment #48286882
The guidlines are where i live (Austria) First Colo at 45, if nothing found -> Every 5 years. Once a poly is found and removed get one every 2-3 years.
-
comment
Comment #46743547
My take on AI ( at least for coding ) is the same as for dynamic languages ( python,ruby etc ) 1. Its a great tool to reduce boilerplate 2. Its great for experimenting with ideas w…
-
comment
Comment #44629430
I agree with you that these things are important. However they are ( in implementation terms ) rather small issues, and determining i rather pay 4-8x more in development and mainte…
-
comment
Comment #44629291
The browser platform with HTML/CSS is fundamently legacy over legacy and broken for most application styles ( not general pages ), and incurs insane development costs for even simp…
-
comment
Comment #42650101
Did your friend get genetic sequencing done on his tumor. There are some recent promising results for braf mutated gbm
-
comment
Comment #41410027
Avalonia
-
comment
Comment #41410024
Last time i looked Kestrel already uses most of the techniques above ( sans an IOUring backend for Socket ) Almost all allocations are pooled, and zero copy as well. Header parsing…
-
comment
Comment #41409974
Isn't HttpListener still windows only ? I Remember the times we used it and it relied on http.sys on windows... Or did they port it during NET/NET Core. As Kestrel has been the rec…
-
comment
Comment #41409358
It is actually possible, to seperate those things, but it's tricky. Our current product can run in several modes, one with a web ui and api and one without. If running without ther…
-
comment
Comment #41409247
Dammit you were first to ask that question :-) I also don't see the difference.
-
comment
Comment #41409243
Reading the docs and samples... What are the advantages compared to e.g ASP.NET Core Minimal Api ? (or for example FastEndpoints) ?
-
comment
Comment #40850451
It's really weird to watch all that from the other side of the pond. In my country for example, all politicians have immunity but our parliament can revoke it for anyone using a ma…
-
comment
Comment #38075347
Every company i have advised jumped on the microservice bandwagon some time ago.... Here is what I tell them: 1. Microservices are a great tool... IF you have a genuine need for th…
-
comment
Comment #35945963
There seems to be an outage right now, https://us-central1-photogenicai.cloudfunctions.net/api/infe... returns status code 500
-
story
Ask HN: Data Management for AI Training
I am currently in charge of deciding on the tech stack for a large scale AI project in the computer vision space. Most things are settled, but we expect to collect a LOT of data th…
-
comment
Comment #34977167
I agree but i think that mostly comes from Clean Code being kind of required reading for junior developers, that lack the experience to understand those concepts in context. No met…
-
comment
Comment #34975462
I agree with your sentiment. But those things exist (not that that validates the authors argument) and I still shake in terror when during covid I was asked to take a look at a vir…
-
comment
Comment #34975344
You are confounding three separate skills. Finding the right abstractions is an art, whether you write clean code or not. Writing high performance code is another art. A really goo…
-
comment
Comment #34654366
From an investment standpoint: 1. The technology behind it is in the open, and relatively simple ( the models are well understood, and easy to define ) To replicate that ... (with …
-
comment
Comment #29764189
I think i should elaborate a bit more. ( i am pharaphrasing what i've seen/built for customers working on real world ML projects ) Let assume for a task of building a vision model …
-
comment
Comment #29762889
Senior Engineer, semi retired. Working in my spare time on various side projects, but i would really enjoy some input of which project to focus on, collaborate on and potentially i…
-
comment
Comment #29534780
I am not sure, Flutter is still using DART ? That's a pretty big no go, last time i looked DART was a haphazard clone of Java/C#/Kotlin with no discerning features of any value....…
-
comment
Comment #29532154
Cannot agree more. I have used like 20 Native UI Toolkits ( MFC,WxWidgets,QT, WinForms, WPF, VCL, Android, Jetpack, SwiftUi, GTK, and the list goes on ) i have even written one mys…
-
comment
Comment #29532097
If we're talking modern .NET ( 6 for example ) you have 4 options, let's assume a simple hello world without third party dependencies: 1. Build it runtime dependent: ( which requir…