Skip Navigation

Posts
131
Comments
89
Joined
3 yr. ago

  • Yeah this survey is super inappropriate and offensive. Please do not ask such personal questions.

    Did you notice that more inappropriate questions appear and disappear based on your previous answers?

  • Old issue, so why post it now make it sound like MS demands something?

    Opened 11 months ago Last modified 11 months ago

    It's a regression, so ffmpeg should fix a regression.

  • Performance @programming.dev

    LLaMA Now Goes Faster on CPUs

    justine.lol /matmul/
  • It really depends on where you set the limit on what ORM is, JOOQ is kind of a thing you're looking for.

  • I completely missed that user namespaces were added in 1.25. It will make homelabs much easier and safer with little effort.

    Support user namespaces in pods (KEP-127)User namespaces is a Linux-only feature that better isolates pods to prevent or mitigate several CVEs rated high/critical, including CVE-2024-21626, published in January 2024. In Kubernetes 1.30, support for user namespaces is migrating to beta and now supports pods with and without volumes, custom UID/GID ranges, and more!

    https://kubernetes.io/docs/concepts/workloads/pods/user-namespaces/

  • Performance @programming.dev

    Trace Compass

    eclipse.dev /tracecompass/
  • Performance @programming.dev

    More powerful Go execution traces - The Go Programming Language

    go.dev /blog/execution-traces-2024
  • Java @programming.dev

    Using CRaC to reduce Java startup times on Amazon EKS | Amazon Web Services

    aws.amazon.com /blogs/containers/using-crac-to-reduce-java-startup-times-on-amazon-eks/
  • Java @programming.dev

    JDK 21 G1/Parallel/Serial GC changes

    tschatzl.github.io /2023/08/04/jdk21-g1-parallel-gc-changes.html
  • Java @programming.dev

    JDK 22 G1/Parallel/Serial GC changes

    tschatzl.github.io /2024/02/06/jdk22-g1-parallel-gc-changes.html
  • Performance @programming.dev

    Improving Network Performance with Linux Flowtables

    www.ubicloud.com /blog/improving-network-performance-with-linux-flowtables
  • Programming @programming.dev

    "Prolly Tree" is short for "Probabilistic B-tree"

    www.dolthub.com /blog/2024-03-03-prolly-trees/
  • Java @programming.dev

    Async File IO

    concurrencydeepdives.com /asyncfileio.html
  • Performance @programming.dev

    eBPF Documentary

    www.brendangregg.com /blog//2024-03-10/ebpf-documentary.html
  • Performance @programming.dev

    Perf is not enough

    motherduck.com /blog/perf-is-not-enough/
  • DevOps @programming.dev

    Defcon: Preventing Overload with Graceful Feature Degradation

    www.micahlerner.com /2023/07/23/defcon-preventing-overload-with-graceful-feature-degradation.html
  • Just not in Java…

    I think you're biased against Java. Amazon was started in C/C++ and Java J2EE during times when to configure a webserver required writing like 300 lines of XML just to handle cookies, browser cache and a login page. Until recently BMW had their own JRE implementation. It's not a secret that simcards, including these in Tesla cars run JavaCard too, even government issues sim cards in EU have to run Java Card, not C++. Everything was always fine with Java until ECMA Script appeared and made people iterate on software versions faster. New programming languages and team organisation methodologies left some programming languages in the dark, but this included C# too. All are quickly catching up. If Java was so bad, it wouldn't be here with us today, like Perl.

  • There are two schools:

    1. the best stack is the one you know best
    2. the best stack is the one designed for the job

    Remember that Google was written in Python and Java. Facebook in PHP. iOS in Objective-C. GitHub in Ruby on Rails.

  • After doing it for 15 years, I must be good at it and everything should be easy.

    hidethepainharold.jpg

  • Performance @programming.dev

    Grafana Beyla 1.2 release: eBPF auto-instrumentation with full Kubernetes support

    grafana.com /blog/2024/01/24/grafana-beyla-1.2-release-ebpf-auto-instrumentation-with-full-kubernetes-support/
  • PostgreSQL @programming.dev

    UUID Benchmark War

    ardentperf.com /2024/02/03/uuid-benchmark-war/
  • Performance @programming.dev

    UUID Benchmark War

    ardentperf.com /2024/02/03/uuid-benchmark-war/
  • So while I'm myself struggling to fully understand what this is, it conceptually like it's a blockchain on syncthing, where even if you subscribe to a read only share, you can locally delete what you don't want to keep. So technically you could make bitorrent to behave like syncthing with search function for contacts you already know.

  • Omnia Turris

  • Big O notation is useless for smaller sets of data. Sometimes it’s worse than useless, it’s misguiding.

    I don't agree that it's useless or misguiding. The smaller dataset, the less important it is, but it makes massive difference how the rest of the algorithm will be working and changing context around it.

    Let's say that you need to sort 64 ints, in a code that starts our operating system. You need to sort it once per boot, and you boot less frequently than once per day, in fact you know instances of the OS that have 14 years of uptime, so it doesn't matter at all right? Welp. Now your OS is used by a big cloud provider and they use that code to boot the kernel 13 billions times per day. The context changed, time passed by, your silly bubble sort that doesn't matter on small numbers is still there.

  • Heres the blog post about the change dated in June this year

    Half year too late for that outrage anyway :)

  • Fantastic way to start a shitstorm. You people don't even use search function logged out, because if you did, you would know they changed it in 2016. Microsoft has nothing to do with it.

    https://news.ycombinator.com/item?id=11321623

  • Yeah, fuck Microsoft. They haven’t changed at all.

    GitHub changed that a few months before acquisitions talks even started lol