HackerTrans
TopNewTrendsCommentsPastAskShowJobs

merb

3,987 karmajoined 12 tahun yang lalu
ff6600

Submissions

Critical .NET 10.0.6 vulnerability in DataProtection

github.com
3 points·by merb·3 bulan yang lalu·1 comments

Ask HN: How can we force a gcloud billing support ticket to be escalted

2 points·by merb·9 bulan yang lalu·0 comments

comments

merb
·kemarin dulu·discuss
1 Developer with a 200k budget for tools.
merb
·3 hari yang lalu·discuss
> Any specific examples?

well how should I do that? Basically all application data is basically protected data and needs to be deleted pretty fast.

I'm not sure if the certificates are even real in some cases. Some applications also look extremly similar, besides that they have a distance between the two applicatiants of over 200 km.
merb
·3 hari yang lalu·discuss
Most b2 holders can’t even speak German. B1 is not that much better nowadays. You get tons of applications for a job where people struggle with the basics with these and as a small company with only DACH customers it’s most often not worth it
merb
·4 hari yang lalu·discuss
Well tbf pgdog looks extremely amazing on paper and goes way beyond multi threading.

The notify/listen fix and automatic query routing to read replicas and auto sharding might bringt Postgres finally closer to vitess
merb
·4 hari yang lalu·discuss
Well Enterprises can also enroll Linux machines in intune
merb
·18 hari yang lalu·discuss
> For a while there, many people thought vitamin D was magical

I never heard that in Germany. I only heard that if you use certain medications like cortisone that vitamin d could be problematic. Most doctors will give vitamin d supplements when prescribing cortisone, at least in Germany.
merb
·18 hari yang lalu·discuss
In that case only storing utc did not work when you created a date in the future before you updated tzdata
merb
·bulan lalu·discuss
LPCAMM2
merb
·bulan lalu·discuss
Mixing with existing code gradually migrating to and from angular
merb
·bulan lalu·discuss
Mixing with existing code gradually migrating to and from angular
merb
·bulan lalu·discuss
the biggest problem in angular is that it is so hard to use a custom toolchain, i.e. not their angular/cli product instead mix it with other stuff in lets say vite
merb
·bulan lalu·discuss
it would be cool if they would opensoruce that. it would prob be helpful
merb
·2 bulan yang lalu·discuss
sadly there is no ad hoc way of defining them. I do not care if they are boxed. I just want to say Success or Error1 or Error 2. Maybe I can live with or | or other stuff but not having ad hoc unions is basically not cool.
merb
·2 bulan yang lalu·discuss
Google did something similar with golang. Of course it was a tool based rewrite and they did lots of tests but some bugs still emerged. People should stop being mad about a company that delivers a tool that is about shipping software faster. The world does not resolve around high quality software, the world resolves around things that might need a reboot every other day, that was never touched for over 2 years. Things that somebody did once and it worked but most people do not understand it because of the aweful code. Yes of course we still need high quality code in some parts, but most parts of the world is already running on software that is way worse than modern vibe coded things
merb
·2 bulan yang lalu·discuss
Wouldn’t it be good to start investigating into a micro model architecture? Like first model checks the context and routes to the Java optimized model, etc. would make it also simpler to load/unload models in memory.

So extremely small models that are only good for a certain task like programming languages. A little bit of a model at the front that is extremely good in classification of tasks and than a more complex model that can bring each of these micro models back together
merb
·2 bulan yang lalu·discuss
Stil no new processor version for document ai https://docs.cloud.google.com/document-ai/docs/release-notes that is so weird. (Customer extractor)

It’s not possible to uptrain on preview releases and it did not get that much love for a while.
merb
·2 bulan yang lalu·discuss
I do not need a new shiny code hosting platform. I just need a better way for managing merge requests/pull requests. Stuff that does not suck, especially a better diff, like semantic diff that is more clever than before. I do not care if my formatter changed stuff from 6 to 4 spaces because an html element was dropped. I want to have a more sane workflow for splitting things. I want to scale up reviews… its still so awkward to do it and ai makes it even worse
merb
·2 bulan yang lalu·discuss
And that is the reason why it is only autocomplete. You probably had less context than the poster before, so it could not mix stuff up. The poster before either had more memory or the search searched through more topics. And btw it’s really hard to only give access to some things.
merb
·2 bulan yang lalu·discuss
Well at least it’s night time which means it’s hopefully resolved in the morning.

Looks like it failed after a maintenance: https://www.namecheap.com/status-updates/planned-denic-de-re...

https://status.denic.de/
merb
·2 bulan yang lalu·discuss
How do I backup docker volumes? I never found a native flow for backing up docker compose projects.

While not built in k8s has at least velero and kasten. However they are only possible because of snapshots https://kubernetes.io/docs/concepts/storage/volume-snapshots... and kasten has a plugin like architecture (because of k8s ) that supports application specific backups. However I never found something like that for compose. And that is troublesome in bigger projects like sentry