You are viewing archived messages.
Go here to search the history.

Alexander Chichigin 2021-10-11 09:47:40

https://2021.splashcon.org/details/live-2021-papers/1/Software-as-Computational-Media

An upcoming SPLASH conf talk on https://webstrates.net/ and related topics. Pretty relevant to the community I think.

Srini Kadamati 2021-10-11 12:27:10
Timothy Johnson 2021-10-11 17:30:01

I see Philip Guo is one of the authors - I've been a fan of his for years after finding his PythonTutor.

Srini Kadamati 2021-10-11 17:45:58

yeah Philip is great, I just Zoom’d with him last week (and some of his students)

Kartik Agaram 2021-10-11 20:23:28

A cool submission to the recent wheel reinvention jam: https://handmade.network/forums/jam/t/8121-jam_submission_-_structure_analysis_program

(Thanks to Daniel Garcia for reminding me to go look at the submissions: https://handmade.network/forums/jam)

Kartik Agaram 2021-10-12 01:59:54

Really great paper from last year about what the Commodore 64 programming experience had that we don't have anymore.

http://tomasp.net/commodore64/

Maikel van de Lisdonk 2021-10-12 06:07:15

Yeah.. the commodore 64 .. that brings back good memories.. for me my first steps into programming (basic and assembly). This year I have been playing with webassembly and I am convinced that learning assembly on the c64 all those years ago really helped me with that

Diego Moya 2021-10-13 06:54:06

I started programming on a ZX Spectrum, and yes, that feeling of immediate programming and having results was something I missed when I started learning "how coding is really done by professionals".

IMHO, programming notebooks bring a lot of that experience back, and they don't rely on cumbersome BASIC line numbers to keep your sentences in the correct order.

In contrast, the fact that they rely on a running server makes their installation and the configuration of the working environment quite a bit more complex. It would be nice to have more stand-alone programming environments that behave like notebooks.

2021-10-13 21:08:41

This person's website and research just makes me want to quit my job and become a PhD student... darn it

Andreas S. 2021-10-13 17:53:59

Hello everyone, this Video is more about Design but also I wanted to share it because it looks like people there had fun in a kind of collaborative way πŸ™‚ https://www.youtube.com/watch?v=rBGJPgTKAK4&list=PL_4u9Q6LJxKOR3kI10X47oxoYUODZIviX

Shubhadeep Roychowdhury 2021-10-14 05:31:18

Solving NP-hard puzzles with the oldest trick in the book - https://davidkoloski.me/blog/intelligent-brute-forcing/

Sophie Smithburg 2021-10-15 18:26:56

sharing this here as a follow on to the recent discussions of worker coops, to get more input: https://twitter.com/heartpunkk/status/1449077274225958915

🐦 sophs' fucking done with respectability: SRE/PLT/systems ish folks (or any techies interested in working around those areas): how many of y’all would be interested in doing your work as part of a worker/platform cooperative? why? why not?

plz RT for reach

Andrew F 2021-10-15 22:37:25

I've been interested in the concept, but AFAICT whether I would want to join in real life would depend very strongly on the details/execution. I didn't put a ton of time into researching it, but my impression was there's not a lot you can actually conclude about an organization just from it calling itself a "coop".

Mattia Fregola 2021-10-16 06:45:49

Not sure if the right place to post, let me know if this doesn't belong here.

Interesting exploration of file systems and highlights.

https://twitter.com/kirkbyo_/status/1447307525116743680?s=21

🐦 Ozzie: The file system 🀝 your annotations

Tweet Thumbnail

Chris Knott 2021-10-16 10:37:30

I love this. I read Omar Rizwan's article the other day about "Skew" (https://omar.website/posts/skew/) - how lots of complexity in computer systems is a response to performance characteristics that don't necessarily apply any longer. The biggest one these as far as I can see, that never really gets talked about for how revolutionary it is, is the random-access performance of a SSD vs a HDD. Just store everything as human readable plain text files, parsed at the point of use, and only bring in databases etc if that isn't working.

πŸ”— Skew

Sophie Smithburg 2021-10-16 15:14:11