Myth: Windows 3.1 was just a shell on top of DOS
Bonus Myth: Windows 3.1 did not have real multitasking ⌘ Read more
💻 Issue 365 - The Scala 3 compatibility story ⌘ Read more
According to the RedMonk programming language rankings from Jan 2023, Go and Scala are tied at 14th place 😏
1 JavaScript
2 Python
3 Java
4 PHP
5 C#
6 CSS
7 TypeScript
7 C++
9 Ruby
10 C
11 Swift
12 Shell
12 R
14 Go
14 Scala
16 Objective-C
17 Kotlin
18 PowerShell
19 Rust
19 Dart
user/bmallred/data/2023-05-17-08-39-15.fit: 3.12 miles, 00:08:30 average pace, 00:26:32 duration
user/bmallred/data/2023-05-15-05-39-47.fit: 3.17 miles, 00:09:12 average pace, 00:29:09 duration
user/bmallred/data/2023-05-13-05-22-26.fit: 3.70 miles, 00:09:23 average pace, 00:34:42 duration
Revolutionize your open source workflows: the top 3 reasons why GitHub Codespaces is a must-have for maintainers
GitHub Codespaces is reliable, accessible, and always-ready. Try it out during Maintainer Month and take your projects to new heights! ⌘ Read more
On my blog: Free Culture Book Club — Expedition Sasquatch, part 3 https://john.colagioia.net/blog/2023/05/06/sasquatch-3.html #freeculture #bookclub
💻 Issue 363 - Alex Nedelcu (Monix) about Scala 3 ⌘ Read more
DI Container IziDIC v0.0.3 easier to test, better documented #releases href=”https://we.loveprivacy.club/search?q=%23dependencyinjection”>#dependencyinjection**
The fgm/izidic dependency injection container (DIC) just got its firsts official release instead of just a tag: tag v0.0.3 contains a feature and documentation improvements.
- feature: the `Container`type is now an interface, to ease Service testing, instead of a concrete struct
- doc: a complete application is now available, demonstrating how to set up an application in practice for dependen … ⌘ Read more
**RT by @mind_booster: 🧰 5 changes to fix the EC’s #RightToRepair proposal 🛠️
1️⃣ No contractual overrides
2️⃣ No digital locks
3️⃣ Go beyond just fixing things
4️⃣ Don’t limit who can repair
5️⃣ Broaden the scope of what can be repaired
Blog 👉 https://www.knowledgerights21.org/news-story/still-time-to-repair-the-commission-proposal-on-the-right-to-repair/
Response 👉 https://kr21.info/r2r**
🧰 5 changes to fix the EC’s #RightToRepair proposal 🛠️
1️⃣ No contractual ov … ⌘ Read more
user/bmallred/data/2023-04-27-06-05-04.fit: 3.14 miles, 00:08:12 average pace, 00:25:44 duration
user/bmallred/data/2023-04-26-06-10-38.fit: 3.01 miles, 00:06:45 average pace, 00:20:20 duration
QOA Benchmark Results and File Format Specification
The specification for the Quite OK Audio Format,
announced in a previous blog post,
is now finalized. QOA is a lossy audio compression format. Typical audio
signals (44100hz, stereo) are encoded into 278 kbits/s, or more precisely 3.2
bits per sample – exactly 1/5 of the bits needed for an uncompressed WAV.
The QOA-Specification [fits on a single … ⌘ Read more
user/bmallred/data/2023-04-25-05-42-48.fit: 3.13 miles, 00:08:17 average pace, 00:25:59 duration
user/bmallred/data/2023-04-25-05-23-56.fit: 3.02 miles, 00:05:39 average pace, 00:17:04 duration
**RT by @mind_booster: 1/3 🚨Recent @POLITICOEurope leak revealed that US & EU officials have agreed to cooperate on measures to turn public opinion against #encryption.
Experts’ statements by @edri & @globalencrypt have called out against this plan
➡️https://edri.org/our-work/eu-us-plan-offensive-to-legitimise-police-access-to-data-civil-society-responds-amid-growing-fears-press-release/
➡️https://www.globalencryption.org/2023/04/statement-on-eu-us-cooperation-against-encryption/**
1/3 🚨Recent [@POLITICOEurope](https … ⌘ Read more
3 minutter til første launch af verdens største raket!
@prologic@twtxt.net I’m a bit of a GPU junkie (😳) and I have 3, 2019-era GPUs lying around. One of these days when I have Free Time™ I’ll put those together into some kind of cluster….
ProcessOne: ejabberd 23.04
This new ejabberd 23.04 release includes many improvements and bug fixes, as well as some new features.
- Many SQL database improvements
mod_mamsupport for XEP-0425: Message Moderation
- New
mod_muc_rtbl, Real-Time Block List for MUC rooms
- Binaries useErlang/OTP 25.3, and changes in containers
A more detailed explanatio … ⌘ Read more
ProcessOne: ejabberd 23.04
This new ejabberd 23.04 release includes many improvements and bug fixes, as well as some new features.
- Many SQL database improvements
mod_mamsupport for XEP-0425: Message Moderation
- New
mod_muc_rtbl, Real-Time Block List for MUC rooms
- Binaries useErlang/OTP 25.3, and changes in containers
A more detailed explanatio … ⌘ Read more
Amend 3.7 Released ⌘ Read more
Medicine 3.0: Extending Human Lifespan with Neil deGrasse Tyson & Dr. Peter Attia ⌘ Read more
3 benefits of migrating and consolidating your source code
Explore how migrating your source code and collaboration history to GitHub can lead to some surprising benefits. ⌘ Read more
listen to Magdalena Bay’s mini mix vol. 3
Mag Bay goes ahead and drops a full mini-mix on us – complete with some of the sickest tracks they’ve ever made AND a return to their legendary DIY video steez – in advance of their Coachella debut tomorrow… Continue reading… ⌘ Read more
On my blog: Free Culture Book Club — Snowbound Blood part 3 https://john.colagioia.net/blog/2023/04/08/snowbound-blood-3.html #freeculture #bookclub
user/bmallred/data/2023-04-07-12-40-02.fit: 3.29 miles, 00:10:13 average pace, 00:33:36 duration
So. Some bits.
i := fIndex(xs, 5.6)
Can also be
i := Index(xs, 5.6)
The compiler can infer the type automatically. Looks like you mention that later.
Also the infer is super smart.. You can define functions that take functions with generic types in the arguments. This can be useful for a generic value mapper for a repository
func Map[U,V any](rows []U, fn func(U) V) []V {
out := make([]V, len(rows))
for i := range rows { out = fn(rows[i]) }
return out
}
rows := []int{1,2,3}
out := Map(rows, func(v int) uint64 { return uint64(v) })
I am pretty sure the type parameters goes the other way with the type name first and constraint second.
func Foo[comparable T](xs T, s T) int
Should be
func Foo[T comparable](xs T, s T) int
Ignite Realtime Blog: Spark 3.0.2 Released
The Ignite Realtime community is happy to announce the availability of Spark version 3.0.2
The release contains bug fixes and updates two plugins Translator and Roar.
Many Spark translations are incomplete. Please help us translate Spark
Full list of changes can be found in the changelog.
We encourage users and developers to get invo … ⌘ Read more
user/bmallred/data/2023-03-31-05-29-32.fit: 3.65 miles, 00:08:21 average pace, 00:30:27 duration
user/bmallred/data/2023-03-24-04-59-07.fit: 3.10 miles, 00:10:32 average pace, 00:32:41 duration
💻 Issue 357 - Scala 3 Full-Stack Project-Based Course from Rock the JVM ⌘ Read more
user/bmallred/data/2023-03-23-05-23-00.fit: 3.02 miles, 00:09:11 average pace, 00:27:46 duration
user/bmallred/data/2023-03-22-05-25-36.fit: 3.02 miles, 00:09:33 average pace, 00:28:50 duration
**RT by @mind_booster: Highlights from IPCC report:
- The world’s on track to hit above 3°C of warming by 2100.
- Emissions must peak by 2025 and nearly halve by 2030 to keep warming to 1.5°C
- 3-bil people likely to suffer water scarcity at 2°C.
- No gov has a credible plan to keep warming in target.**
Highlights from IPCC report:
- The world’s on track to hit above 3°C of warming by 2100.
- Emissions must peak by 2025 and nearly halve by 2030 to keep warming to 1.5°C
- 3-bil people likely to suffer w … ⌘ Read more
user/bmallred/data/2023-03-15-07-43-12.fit: 3.63 miles, 00:09:12 average pace, 00:33:25 duration
Radians Are Cursed
⌘ Read more
Radians Are Cursed
⌘ Read more
GitHub Enterprise Server 3.8 is now generally available
With updates to GitHub Actions, repositories, and GitHub Advanced Security, this new version of GitHub Enterprise Server is focused on bringing the best developer experience to companies. ⌘ Read more
How to use your own domain as your BlueSky handle
I recently got access to the BlueSky beta, and decided to poke around to see what it’s all about. I will save the details of what it is and how I feel about it for a different post. However, one of the first things you do when you sign up is choose a username that exists under the bsky.app domain. I have zero interest in another name rush where everyone tries to claim the shortest username possible, so I went with aaronpk.bsky.app rather than trying to get a … ⌘ Read more
Erlang Solutions: Se explican las colas de Quorum de RabbitMQ: lo que necesita saber.
Este tipo de cola es importante cuando RabbitMQ se usa en una instalación de clúster. Descubre más en este blog.
Introducción a las Colas de Quorum
En RabbitMQ 3.8.0, una de las nuevas características más significativas fue la introducción de las Colas de Quorum. La Cola de Quorum es un nuevo tipo de cola que se espera que reemplace … ⌘ Read more
**RT by @mind_booster: «Metadados: O Tribunal Constitucional tem costas largas»
Artigo de opinião do presidente da D3 @EdSantos754, hoje, no @dntwit.
#DireitosDigitais #Metadados
1/3
https://www.dn.pt/opiniao/metadados-o-tribunal-constitucional-tem-costas-largas-15938285.html**
«Metadados: O Tribunal Constitucional tem costas largas»
Artigo de opinião do presidente da D3 @EdSantos754, hoje, no [@dntwit](https://nitter.net/dntwit “Diá … ⌘ Read more
GitHub Desktop 3.2: Preview your pull request
GitHub Desktop helps you feel confident in your Git and GitHub workflows. ⌘ Read more
JMP: Cheogram Android: Stickers
One feature people ask about from time to time is stickers. Now, “stickers” isn’t really a feature, nor is it even universally agreed what it means, but we’ve been working on some improvements to Cheogram Android (and the Cheogram service) to make some sticker workflows better, released today in 2.12.1-3. This post will mostly talk about those changes and the technical implications; if you just want to see a demo of som … ⌘ Read more
[Updated] Feedback Form Wizard: improved PHP 8 (8.0, 8.1, etc) compatibility
The script generated by the
Feedback Form Wizard has been updated
to improve compatibility with PHP 8 (eg, 8.0, 8.1, etc). Note: if you have generated your form and script
after 1 January 2023, you already have this version (ver 3.2.0). ⌘ Read more
user/bmallred/data/2023-02-25-07-28-18.fit: 3.00 miles, 00:10:54 average pace, 00:32:44 duration
3 ways to meet compliance needs without slowing down agility
Learn how to enable developer productivity and collaboration while staying secure and compliant. Stay compliant without slowing down your business. From security to CI/CD, automate every step of your software workflow—so your developers can stay focused on what matters most: building. ⌘ Read more
user/bmallred/data/2023-02-24-10-00-37.fit: 3.24 miles, 00:10:27 average pace, 00:33:54 duration
MailDex 2023 Update 2.1.3 Now Available ⌘ Read more