[-] agilob@programming.dev 1 points 1 week ago

It was my turn to post it this week

[-] agilob@programming.dev 1 points 5 months ago* (last edited 5 months ago)

EDIT: Tried nice -n +19, still lags my other programs.

yea, this is wrong way of doing things. You should have better results with CPU-pinning. Increasing priority for YOUR threads that interact all the time with disk io, memory caches and display IO is the wrong end of the stick. You still need to display compilation progress, warnings, access IO.

There's no way of knowing why your system is so slow without profiling it first. Taking any advice from here or elsewhere without telling us first what your machine is doing is missing the point. You need to find out what the problem is and report it at the source.

[-] agilob@programming.dev 1 points 10 months ago

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.

[-] agilob@programming.dev 1 points 1 year ago

There already is µblock that's only MV3 based https://addons.mozilla.org/en-US/firefox/addon/ublock-origin-lite/ give it a try if you see any difference

[-] agilob@programming.dev 1 points 1 year ago

I have this on my to-do list, but sorry, can't promise when I'll make a working demo. afair the trick was to use something like "podman in-podman", like dind works in GitLab runners and then some env-vars manipulation so TC thinks it runs in docker, something like

DOCKER_HOST=unix:///run/user/1000/podman/podman.sock and I use alpine as gitlab-ci helper image:

        image = "docker.io/alpine:3.17.2"
        helper_image_flavor = "alpine"

not sure if that matters, but i had lots of strange problems running with Ubuntu helper images, most were DNS propagation issues

[-] agilob@programming.dev 1 points 1 year ago

thats a really good deal, thanks for answering

[-] agilob@programming.dev 1 points 1 year ago

I'll try to find it tomorrow

[-] agilob@programming.dev 1 points 1 year ago

My tests that observe output from the method are failing so it's a breaking change. Did you not test the printed output?

[-] agilob@programming.dev 1 points 1 year ago

I got it all working on self hosted kubernetes and crossplatform builds with buildah. What's your problem exactly? For TC you need to use some env vars to configure ports in .gitlabci

[-] agilob@programming.dev 1 points 1 year ago* (last edited 1 year ago)

This better shows what migration is like https://docs.scala-lang.org/scala3/guides/migration/incompat-syntactic.html

More, new brackets near lambdas, new string formatting, indentiation change. Doesn't look much, but absolute madness when your team is weak in Scala. Only 1 dev had prior scala experience, but whole team had to be involved in migration of breaking changes in scala syntax behavior and... same for gatling. Also changes in syntax. Mid-level dev left the company because of it, we very soon completely got rid of scala and replaced it with TS and Go. Both languages new to the team, but 0 complaints since February.

[-] agilob@programming.dev 1 points 1 year ago

Scala got adopted? https://insights.stackoverflow.com/trends/?tags=scala%2Cc%23%2Cjava their business model is killing the language

3
2
37
7
7
29
Breaking java.lang.String (wouter.coekaerts.be)
6
What is blocking in Loom? (softwaremill.com)
4
view more: ‹ prev next ›

agilob

joined 1 year ago