kjqgqkejbfefn
No user record in our sample, but kjqgqkejbfefn has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but kjqgqkejbfefn has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Except the tape gets overwritten/looped over. What GP was referring to is event-sourcing the state in an append-only log and running finite state automata on this sequence. Here is a java lib that apply regex to stream…
Just look for state-machine (finite state automata) on github https://github.com/search?q=state-machine&type=repositories This is a very common pattern in Ruby to manage state. It's especially useful to guard entering…
I tried GPT4-turbo in the minutes following its announcement and it was blazingly fast.
>phosphene color Not sure whether you talk about the uranium yellow/green color, or the brief hallucination of a light spot (happened to me just a few minutes ago, hadn't had one in a long time). I don't have such an…
>Now what if you're a poetic mathematician (or mathematical poet), what's that mind map look like? Well look at the drawings I posted below: mathematical notions mixed with ad-hoc diagrammatic distinctive elements such…
This is just a deleuzian metaphor for the weird kind of space I perceive certain abstract thoughts with. >many distinct (euclidian) spaces, whose axis connect to each other through a graph Imagine having pictures hanged…
I've started development of something similar for Clojure's core.async library, which implements Go-like channels. This is something I cobbled together to trace the origin of a subtle sporadic bug that would happen once…
Am I the only one visualizing some of my most creative thoughts in a mental palace that is formed by many distinct (euclidian) spaces, whose axis connect to each other through a graph ? Closest thing that can describe…
This is basically what I tried this morning at the prompt level (awful results), but the sketchy idea I had in mind went further by introducing control-flow "meta-tokens" to help the LLM renavigate its context. In this…
>So far, all of the work on AGI has been the result of brute forcing. We've tried to develop a structural understanding of how the human brain works, and we've failed. So we've fallen back to torturing circuits into…
Just did this: https://pastebin.com/YfyB0K0Z In less time that it would take me to figure out how dictionary comprehension work in python. But hey, I guess you already know about these use cases.
Why don't you give it a try ? A text in the first-person to mock the following comment: >Honestly I’ve not encountered an author I resonate with yet Surely, you'd know how to make it better than a smart 4th grader.
I recently had an introspective dream revealed to be based on a literal prompt at the end: "Game to learn to talk about It and its player." When I asked GPT to craft a plot from this prompt's title (and the fact it is…
[flagged]
>a few hours or a day later rereading the notes. https://onlinelibrary.wiley.com/doi/abs/10.1002/ejsp.52 >The durability of anchoring effects >Recent research suggests that judgmental anchoring is mediated by a…
Also this threads needs a touch of AI, we're on HN ! >AI-Moderated Decision-Making: Capturing and Balancing Anchoring Bias in Sequential Decision Tasks https://dl.acm.org/doi/fullHtml/10.1145/3491102.3517443
No this is well studied, although you're right this is a "popular-psychology thing" since ctrl+f "anchoring" returns nothing in the discussed study paper. See:…
Here's a study by someone from Kellogg university on this very subject: https://www.jcr-admin.org/preprints/chernev-preprint.pdf >Semantic Anchoring in Sequential Evaluations of Vices and Virtues >How do people evaluate…
This is called https://en.wikipedia.org/wiki/Anchoring_effect More specifically, sequential anchoring: >Consider the following scenario: A reviewer evaluates many unqualified applicants for a university program…
>We frequently battle issues with the Python GIL at DeepMind. In many of our applications, we would like to run on the order of 50-100 threads per process. However, we often see that even with fewer than 10 threads the…
Disabling the GIL can unlock true multi-core parallelism for multi-threaded programs, but this requires code to be restructured for safe concurrency, which isn't that difficult it seems: > When we found out about the…
On the level of paper, not everything is laid out linearly. The main text is often laid out in column, the flow can be be offset with pictures with a caption, additional text can be placed in inserts, etc ... You need a…
>tree-based approach to organize and summarize text data, capturing both high-level and low-level details. https://twitter.com/parthsarthi03/status/1753199233241674040 processes documents, organizing content and…
https://www.microsoft.com/en-us/research/wp-content/uploads/...
>Graph drawing tools It's hard Graphviz-like generic graph-drawing library. More options, more control. https://eclipse.dev/elk/ Experiments by the same team responsible for the development of ELK, at Kiel University…