HackerTrans
TopNewTrendsCommentsPastAskShowJobs

juliangamble

no profile record

Submissions

Bell Labs Won Its First Nobel Prize

construction-physics.com
3 points·by juliangamble·7 miesięcy temu·0 comments

Messenger Deprecation for Mac

facebook.com
3 points·by juliangamble·8 miesięcy temu·2 comments

Strap Rail

construction-physics.com
50 points·by juliangamble·8 miesięcy temu·6 comments

comments

juliangamble
·4 miesiące temu·discuss
But would it have run Shufflepuck Cafe? https://news.ycombinator.com/item?id=47128631
juliangamble
·4 miesiące temu·discuss
I am so proud to be an Australian technologist today.
juliangamble
·6 miesięcy temu·discuss
Some more

- Cambridge Centre for Computing History - https://www.computinghistory.org.uk/

- London Museum for Science - Babbage's Difference Engine https://www.sciencemuseum.org.uk/objects-and-stories/charles...

- National Museum of Computing (near Bletchley Park Museum) https://www.tnmoc.org/

- Bletchley Park Museum https://www.bletchleypark.org.uk/

- Manchester Museum (Manchester Baby) https://www.scienceandindustrymuseum.org.uk/whats-on/meet-ba...

I visited these all last year in a single trip to the UK and it was incredible. I can recommend it to anyone who has spent some time thinking about the history of computing.
juliangamble
·7 miesięcy temu·discuss
I'd like to call out the work from Nada Amin in this area:

Dafny and verification-aware programming, including proof by induction to verify properties of programs (for example, that an optimizer preserves semantics). Dafny Sketcher (https://github.com/namin/dafny-sketcher)

Multi-stage programming, a principled approach to writing programs that write programs, and its incarnation in multi-stage relational programming for faster synthesis of programs with holes—with the theoretical insight that a staged interpreter is a compiler, and a staged relational interpreter for a functional language can turn functions into relations running backwards for synthesis. multi-stage miniKanren (https://github.com/namin/staged-miniKanren)

Monte Carlo Tree Search, specifically the VerMCTS variant, and when this exploration-exploitation sweet spot is a good match for synthesis problems. VerMCTS (https://github.com/namin/llm-verified-with-monte-carlo-tree-...), and Holey (https://github.com/namin/holey).
juliangamble
·8 miesięcy temu·discuss
Meta is removing its Messenger apps for Windows and macOS
juliangamble
·8 miesięcy temu·discuss
Thanks for your article. The references section was interesting.

I'll add to the discussion a 2018 Nature letter: "Vector-based navigation using grid-like representations in artificial agents" https://www.nature.com/articles/s41586-018-0102-6

and a 2024 Nature article "Modeling hippocampal spatial cells in rodents navigating in 3D environments" https://www.nature.com/articles/s41598-024-66755-x

And a simulation in Github from 2018 https://github.com/google-deepmind/grid-cells

People have been looking at spacial awareness in neurology for quite a while. (In terms of the timeframe of recent developments in LLMs).
juliangamble
·9 miesięcy temu·discuss
> Anything more complex than a few lines, you can just copy it from lib\ folder of the CD-ROM. There's a component for everything. You want to left-pad a string?

This got me.
juliangamble
·10 miesięcy temu·discuss
They started with a different, more brilliant idea, of using human brains as a giant neural net, then backed away from that: https://news.ycombinator.com/item?id=12508832
juliangamble
·10 lat temu·discuss
Hi Alan,

My understanding was that you were there at the keynote where Steve Jobs launched the iPad. From what we've heard Steve came up to you after the event and asked you what you thought (implicitly acknowledging your work on the Dynabook).

Subsequent interviews suggested you thought that the iOS range of products "were the first computers good enough to criticise".

My question is: what has to happen next for the iPad to start achieving what you wanted to do with the Dynabook?
juliangamble
·14 lat temu·discuss
What is the canonical implementation of markdown?

> The problem with writing my own Markdown parser in Clojure is that Markdown is not a well-specified language. There is no "official" grammar, just an informal "Here's how it works" description and a really ugly reference implementation in Perl. http://briancarper.net/blog/415/

http://stackoverflow.com/questions/7307480/what-is-the-canon...