(fun x -> x) myself's Avatar

(fun x -> x) myself

@smdsousa.bsky.social

Doing stuff, learning things, explaining them.

80 Followers  |  343 Following  |  3 Posts  |  Joined: 13.11.2024  |  1.5881

Latest posts by smdsousa.bsky.social on Bluesky

Vibe-coding

04.08.2025 20:09 — 👍 1    🔁 1    💬 1    📌 0

Quelle tristesse...

22.07.2025 19:13 — 👍 0    🔁 0    💬 0    📌 0
Preview
Gilles Dowek, informaticien engagé et vulgarisateur, est mort Passionné par la dimension éthique de sa discipline, le chercheur de l’Inria et professeur attaché à l’ENS Paris-Saclay, est décédé lundi 21 juillet, à l’âge de 58 ans.

www.lemonde.fr/disparitions...

22.07.2025 19:01 — 👍 1    🔁 0    💬 1    📌 0
How do you compute the midpoint of an interval? The algorithm that computes the midpoint of an interval with floating-point bounds requires some careful devising to correctly handle all possible inputs. We review several implementations from promin...

How do you compute the midpoint of an interval bounded by (a,b)? Obviously just (a+b)/2. Alas, if you're working on a computer in floating point, it's not so simple... nice 28-page pedagogical article on what to do instead.

18.07.2025 22:14 — 👍 19    🔁 3    💬 1    📌 0
That XOR Trick There are a whole bunch of popular interview questions that can be solved in one of two ways: Either using common data structures and algorithms in a sensible manner, or by using some properties of...

X-OR, le shift, le shift de l'espace !
florian.github.io//xor-trick/

05.07.2025 07:37 — 👍 17    🔁 7    💬 1    📌 0
Preview
A beginners guide to OCaml internals In this 6 part series, I’m going to introduce the internals of the OCaml programming language (tutorial and other references here). This isn’t going to be very comprehensive or in-depth…

nice! rwmj.wordpress.com/2009/08/04/o...

01.07.2025 16:31 — 👍 4    🔁 1    💬 0    📌 0
Preview
Jane Street’s sneaky retention tactic It involves the use of an obscure, French programming language

Jane Street is the quant shop's quant shop. The goose that lays the golden egg is its tech system, which is built rather unusually https://econ.trib.al/MPdov6Y

27.06.2025 05:49 — 👍 16    🔁 1    💬 0    📌 5

Introduction to competitive programming in Haskell. ~ Brent Yorgey. byorgey.github.io/blog/posts/2... #Haskell #FunctionalProgramming

15.06.2025 05:52 — 👍 5    🔁 1    💬 0    📌 0

Is Emacs an operating system? irreal.org/blog/?p=13051 #Emacs

14.06.2025 10:20 — 👍 6    🔁 1    💬 0    📌 0
Post image

Here's a paper describing quantum computing using standard programming constructs, w/o the linear algebra!

The hope is that this will demystify quantum computing and serve as a formal foundation for reasoning about quantum programs.

paper eprint.iacr.org/2025/1091.pdf
code github.com/qqq-wisc/qwla

12.06.2025 14:38 — 👍 46    🔁 13    💬 3    📌 1
Preview
« Et l'IA, alors ? » - Clément Martin Les quelques raisons pour lesquelles je n'utilise pas l'IA générative dans le cadre de mon travail de traduction.

« Et l'IA, alors ? »

À force qu'on me pose la question, j'ai fini par mettre à plat mon opinion sur l'usage de l'IA générative en traduction.

Ce n'est pas un article pour spécialistes, mais j'espère que ceux qui n'y connaissent rien en sortiront mieux renseignés.

clement-martin.fr/2025/06/05/e...

05.06.2025 17:00 — 👍 27    🔁 14    💬 6    📌 3
Preview
Parsimoni to demonstrate its SpaceOS in orbit on Clustergate-1 Parsimoni's SpaceOS secure operating system to launch aboard DPhi Space's Clustergate-1 on SpaceX Transporter-13 mission, validating unikernel technology for enhanced satellite payload security and ef...

See parsimoni.co/blog/2025-02... for more details 🤞

14.03.2025 08:28 — 👍 10    🔁 4    💬 0    📌 0
Post image

If all goes well, OCaml 5 code will ride into space in < 24 hrs.

www.dphispace.com/post/parsimo...

14.03.2025 08:03 — 👍 60    🔁 12    💬 5    📌 2
Preview
It is no longer safe to move our governments and societies to US clouds - Bert Hubert The very short version: it is madness to continue transferring the running of European societies and governments to American clouds. Not only is it a terrible idea given the kind of things the “King o...

It is very hard to accept, but it is no longer safe to move EU governments & societies to US clouds. Not only is it dangerous to do so, it is also likely flat out illegal in the near feature. We're trading convenience for utter dependence on a mad king. It should stop.

berthub.eu/articles/pos...

23.02.2025 11:52 — 👍 821    🔁 369    💬 39    📌 60
Post image

Aalok Thakkar is teaching Introduction to Computer Science at
Ashoka University using OCaml. The course looks great: aalok-thakkar.github.io/teaching/ics... 😍

25.01.2025 05:09 — 👍 23    🔁 4    💬 0    📌 0
Post image

A paper from 2008 co-authored by @yminsky.bsky.social on why Jane Street started using OCaml for a wide range of tasks: critical trading systems, quantitative research, systems software, and system administration.

23.12.2024 17:18 — 👍 19    🔁 5    💬 2    📌 0
Guide to Software Verification with Frama-C This book provides a rich and helpful source of information to the university professors and students taking courses in software analysis
21.12.2024 03:36 — 👍 7    🔁 1    💬 1    📌 0
Preview
Home :: Jane Street Jane Street is a quantitative trading firm and liquidity provider with a unique focus on technology and collaborative problem solving.

💻 Jane Street: OCaml at Scale 🚀

With 65M lines of OCaml, including 1.35M open-source, Jane Street is among the largest OCaml users globally. 20 people in the language team and 1250 OCaml developers out of 3000 employees. OCaml powers mission-critical systems in finance and beyond!

👉 janestreet.com

13.12.2024 12:32 — 👍 55    🔁 9    💬 2    📌 1

Pourquoi existe-t-il de nombreux paradigmes de programmation? ~ Oscar Plaisant, Max Lemoine. arxiv.org/abs/2412.00248 #Programming #CompSci

06.12.2024 10:37 — 👍 1    🔁 2    💬 0    📌 0

@smdsousa is following 20 prominent accounts