Tags: web-review, game, server, profiling, c++, simulation, copyright, rust, spy, management, translation, social-media, documentation, web, speech, google, strategy, criticism, framasoft, usb, ai, tech, graphics, quality, trust, attention-economy, automotive, community, date, css, linguistics, python, foss, privacy, raspberry-pi, planning, webhooks, tests, unix, complexity, frontend, decision-making, programming, self-hosting, hacking, business, time, gpt, type-systems, networking, remote-working, organization, security, project-management, design, wikipedia, machine-learning, tdd, optimization, music, 3d, services, bios, surveillance, knowledge, sociology, culture, DRM, html, mozilla, learning, blameless, browser
Let’s go for my web review for the week 2023-49.
Tags: tech, framasoft, privacy, social-media, foss
Another important software release. Let’s wish luck to the new maintainers!
https://framablog.org/2023/12/05/mobilisation-v4-the-maturity-stage/
Tags: tech, wikipedia, knowledge, programming
Interesting move, I’m wondering how far this will go. Reuse of those functions in other Wikimedia project will be critical to its success.
Tags: tech, wikipedia, knowledge, community, sociology
Very interesting study, shows how toxic comments impact contributions. Gives a good idea of the probability for people to leave. In the case of Wikipedia this highlights reasons which contribute to the lack of diversity in the contributors. This is a complex community issue in general, this studies does a good thing by shedding some light on the dynamics in the case of Wikipedia.
https://academic.oup.com/pnasnexus/article/2/12/pgad385/7457939?login=false
Tags: tech, python, community
The fact that they felt the need to write such a letter is troubling. What’s going on in the Python Software Foundation really? Something needs to be fixed it seems.
https://pythonafrica.blogspot.com/2023/12/an-open-letter-to-python-software_5.html
Tags: tech, web, mozilla, google
Let’s hope it won’t get there… I wish people would abandon Chrome en masse. I unfortunately don’t see it happening and it’ll just weaken the Web.
https://www.brycewray.com/posts/2023/11/firefox-brink/
Tags: tech, google, browser, attention-economy
Still using Chrome? What are you waiting for to change for another browser which doesn’t play against your interests.
Tags: tech, automotive, privacy
A senator is stepping up and rightfully pointing the finger at automakers. Let’s hope more will follow.
Tags: tech, DRM, copyright
If you can’t download it without DRMs you just don’t own it, you’re renting it. This is completely different.
https://www.theverge.com/2023/12/5/23989290/playstation-digital-ownership-sucks
Tags: tech, security, bios
Fascinating vulnerability. When the BIOS is at fault with a crappy image parser… you can’t do much to prevent problems from happening.
Tags: tech, ai, gpt, surveillance, spy
Definitely one of the worrying aspects of reducing human labor needs for analyzing texts. Surveillance is on the brink of being increased thanks to it.
https://www.schneier.com/blog/archives/2023/12/ai-and-mass-spying.html
Tags: tech, ai, machine-learning, gpt, copyright
A glimpse into how those generator models can present a real copyright problem… there should be more transparency on the training data sets.
https://www.404media.co/google-researchers-attack-convinces-chatgpt-to-reveal-its-training-data/
Tags: tech, ai, machine-learning, gpt, copyright, criticism
This is clearly an uphill battle. And yes, this is because it’s broken by design, it should be opt-in and not opt-out.
https://neil-clarke.com/block-the-bots-that-feed-ai-models-by-scraping-your-website/
Tags: tech, ai, machine-learning, gpt
The Large Language Model arm race is still going strong. Models are still mostly hidden behind APIs of course, and this is likely consuming lots of energy to run. Results seem interesting though, even though I suspect they’re over inflating the “safety” built in all this. Also be careful of the demo videos, they’ve been reported as heavily edited and misleading…
https://blog.google/technology/ai/google-gemini-ai/#availability
Tags: tech, linguistics, ai, machine-learning, gpt
LLMs training had a bias from the start… and now we got a feedback loop since people are posting generated content online which is then used for training again. Expect idiosyncrasies to increase with time.
https://blog.j11y.io/2023-11-22_multifaceted/
Tags: tech, ai, machine-learning, gpt, translation, speech
Now this is a very interesting use of generator models. I find this more exciting than the glorified chatbots.
https://ai.meta.com/research/seamless-communication/#our-approach
Tags: tech, ai, machine-learning, gpt, foss
Very interesting review, we can see some interesting strengths and weaknesses. Also gives a good idea of the different ways to evaluate such models.
https://arxiv.org/abs/2311.16989
Tags: tech, security, server, self-hosting
Could indeed turn into a nice alternative to fail2ban.
https://blog.ppom.me/en-reaction/
Tags: tech, web, services, webhooks
Interesting attempt at having webhooks implementation a bit more standardized. This is indeed needed, currently everyone does them in slightly different ways and sometimes the quality is debatable. If it gets adopted it’d give a good baseline.
https://www.standardwebhooks.com/
Tags: tech, date, time, unix, complexity
Good reminder that the raw UNIX timestamps have interesting properties and often are enough not necessarily needing to rely on something more complex. Also gives nice criteria for picking between said timestamps and higher level types.
https://scorpil.com/post/you-dont-need-datetime/
Tags: tech, web, html, css, frontend
Nice examples showing JavaScript use can be reduced in the browser. HTML and CSS are gaining nice features.
https://www.htmhell.dev/adventcalendar/2023/2/
Tags: tech, tests, documentation
Interesting approach to reduce the amount of undocumented features because we simply forgot to update the documentation. Shows a few inspiring tricks to get there.
https://simonwillison.net/2018/Jul/28/documentation-unit-tests/
Tags: tech, c++
Good walkthrough the finer points of members initialization in C++. Worth keeping in mind.
https://www.sandordargo.com/blog/2023/11/22/struct-initialization
Tags: tech, programming, type-systems
Somehow unsurprising, this is often the case: less validation code, but also less automated tests. With types you can write unwanted states out of existence.
https://evanhahn.com/when-static-types-make-your-code-shorter/
Tags: tech, rust, optimization, profiling
The Rust tooling makes it super easy to profile your programs. This is neat.
https://ntietz.com/blog/profiling-rust-programs-the-easy-way/
Tags: tech, graphics, 3d, learning
Very nice collection of tidbits of information for the main topics in computer graphics. A good way to get started or refresh the basics.
https://mrl.cs.nyu.edu/~perlin/graphics/
Tags: tech, web, game, 3d, simulation
Very cool simplified simulator. Gives a good idea of how this roughly works.
https://dalton-nrs.manchester.ac.uk/
Tags: tech, hacking, raspberry-pi, music, networking, usb
Alright, this is definitely a cool hack.
https://blog.rgsilva.com/smartifying-my-hi-fi-system/
Tags: tech, quality, project-management, programming
An interesting interpretation of what was behind the “move fast and break things” motto which is nowadays blindly followed by some. A bit of a long piece but does the job and propose a more complete view and an alternative approach.
https://blog.glyph.im/2023/12/safer-not-later.html
Tags: tech, tdd, design
Definitely this. Again TDD helps to work on the design, but it’s not a silver bullet which will give you the right design on a platter.
https://tidyfirst.substack.com/p/tdd-isnt-design
Tags: tech, culture, blameless, quality, trust
Shows why it’s important to go for a blameless culture, also outside of postmortem. This is definitely not easy but worth it.
https://www.gybe.ca/a-few-words-about-blameless-culture/
Tags: tech, organization, strategy, planning
Good blueprint for building up and following up (the most important part really) of a strategy in your organization.
https://www.lenareinhard.com/articles/annual-engineering-organization-strategy-planning
Tags: tech, remote-working
Looks like remote work is here to stay for good now.
https://www.cnbc.com/2023/11/30/return-to-office-is-dead-stanford-economist-says-heres-why.html
Tags: business, organization, decision-making
Good point on why you don’t want to drive your organization simply on RFCs. Yet another fad of “this worked for them, let’s do it as well”… per usual this fails to take into account the specificity of the context where it worked.
https://jacobian.org/2023/dec/1/against-rfcs/
Tags: tech, management, decision-making
Nice ideas for decision making in larger groups.
https://jacobian.org/2023/dec/5/how-to-decide/
Bye for now!