needs sign compatibility - if your postgres and your webserver start in incompatible signs, connections between them are more difficult and drop packets
I had to research silly Vedic nonsense on Hinduism stackexchange. While this one changes how your CPU behaves (and does not believe in the stars to do it for you), shubhcron waits for the right auspicious time to run your cronjobs (or other processes).
DonHopkins on Aug 13, 2017 | parent | context | favorite | on: Motive.c: The Soul of the Sims (1997)
The trick of optimizing games is to off-load as much as the simulation from the computer into the user's brain, which is MUCH more powerful and creative. Implication is more efficient (and richer) than simulation.
During development, when we first added Astrological signs to the characters, there was a discussion about whether we should invent our own original "Sim Zodiac" signs, or use the traditional ones, which have a lot of baggage and history (which some of the designers thought might be a problem).
Will Wright argued that we actually wanted to leverage the baggage and history of the traditional Astrological signs of the Zodiac, so we should just use those and not invent our own.
The way it works is that Will came up with twelve archetypal vectors of personality traits corresponding to each of the twelve Astrological signs, so when you set their personality traits, it looks up the sign with the nearest euclidian distance to the character's personality, and displays that as their sign. But there was absolutely no actual effect on their behavior.
That decision paid off almost instantly and measurably in testing, after we implemented the user interface for showing the Astrological sign in the character creation screen, without writing any code to make their sign affect their behavior: The testers immediately started reporting bugs that their character's sign had too much of an effect on their personality, and claimed that the non-existent effect of astrological signs on behavior needed to be tuned down. But that effect was totally coming from their imagination!
They should call them Astrillogical Signs!
DonHopkins on Aug 13, 2017 [–]
The create-a-sim user interface hid the corresponding astrological sign for the initial all-zero personality you first see before you've spent any points, because that would be insulting to 1/12th of the players (implying [your sign] has zero personality)!
gwern 22 days ago | parent | context | favorite | on: Show HN: What if AI agents had Zodiac personalitie...
I think my take away is that you are seeing mostly mode-collapse here. There is a high consistency across all of the supposedly different personalities (higher than the naive count would indicate - remember the stochastic nature of responses will inflate the number of 'different' responses, since OP doesn't say anything about sampling a large number of times to get the true response).
DonHopkins 21 days ago | parent | next [–]
You are right about mode-collapse -- and that observation is exactly what makes this interesting.
In my other comment here, I described The Sims' zodiac from 1997: Will Wright computed signs from personality via Euclidean distance to archetypal vectors, displayed them cosmetically, and wrote zero behavioral code. The zodiac affected nothing. Yet testers reported bugs: "The zodiac infl...
This scheduler takes advantage of sched_ext which is a relatively recent kernel capability. I really thought that EEVDF was the last word on scheduling in Linux, at least for the short-medium term.
Apart from trolling I am really curious what other useful functionality sched_ext enables. One of the primary reasons CFS was replaced with EEVDF was because it has a better set of defaults which don't require tuning / patching which is exactly what sched_ext simplifies.
the main reason why sched_ext is taking off is that EEVDF and CFS before it are -general- cpu schedulers, so while they work well for most tasks, they don't work as well as they could in certain situations like heavy server loads, low-latency loads (like multimedia production and gaming), or security sensitive loads. These schedulers are built and or specifically tunable to these types of loads, such as scx_lavd, scx_bpfland, and scx_cosmos. They each approach things differently, such as using core compaction, sharing or unsharing per core task queues, being way more cache context aware, keeping hot cores hot, etc. And the perf boost in these specific contexts is very real. Heck, Meta started using scx_lavd for better task load balencing over EEVDF on their servers.
>BioRhythm on Apple II Computer: Starring the reclusive Kelcey Degnan, who plays the part of Suzie a tormented housewife who must choose between the sea captain and the guy who wears the white fur coat. With little more than her Apple II computer biorhythm program to guide her Suzie plots a complex path through the world of 70's fashion, booze, Byte magazines and custom software applications. Biorhythm for Apple II written by Bill Degnan for vintagecomputer.net. Music by the Space Vipers. Cameo appearances by the Altair 8800, Grid 1101, Commodore CBM 256-80, Commodore PET 2001-8, and the Byte BYT-8.
>A mood ring is a finger ring that contains a thermochromic element, or "mood stone", that changes colors based on the temperature of the finger of the wearer. Finger temperature, as long as the ambient temperature is relatively constant, is significantly determined by peripheral blood flow. A mood ring contains liquid crystals that change color depending on the temperature.
I guessed Claude Code was used. I think there will be an explosion in this kind of whimsy, I say so because I've indulged in it myself lately. Can't wait for something of this kind to find its way into, say, Golden Dome[1], because another AI agent thought it would be a sensible inclusion and nobody checked.
the system works for several days, weeks or months before a bug happens to surface it is complete nonsense not those you missed something simple bugs, it is deep within the infrastructure of your system, you call your friend to cancel that event you were planing only to find out he is also wrestling with a sudden bug, you bang your head but can't solve it, the next day you compile the project and it works again. if astrology can't explain this I don't know what can?
15 comments
[ 2.5 ms ] story [ 28.0 ms ] threadI had to research silly Vedic nonsense on Hinduism stackexchange. While this one changes how your CPU behaves (and does not believe in the stars to do it for you), shubhcron waits for the right auspicious time to run your cronjobs (or other processes).
https://news.ycombinator.com/item?id=46585825
DonHopkins 22 days ago | prev | next [–]
From the HN discussion of "Motive.c: The Soul of the Sims (1997) (donhopkins.com)":
https://news.ycombinator.com/item?id=14997725
https://www.donhopkins.com/home/images/Sims/
https://news.ycombinator.com/item?id=15002840
DonHopkins on Aug 13, 2017 | parent | context | favorite | on: Motive.c: The Soul of the Sims (1997)
The trick of optimizing games is to off-load as much as the simulation from the computer into the user's brain, which is MUCH more powerful and creative. Implication is more efficient (and richer) than simulation.
During development, when we first added Astrological signs to the characters, there was a discussion about whether we should invent our own original "Sim Zodiac" signs, or use the traditional ones, which have a lot of baggage and history (which some of the designers thought might be a problem).
Will Wright argued that we actually wanted to leverage the baggage and history of the traditional Astrological signs of the Zodiac, so we should just use those and not invent our own.
The way it works is that Will came up with twelve archetypal vectors of personality traits corresponding to each of the twelve Astrological signs, so when you set their personality traits, it looks up the sign with the nearest euclidian distance to the character's personality, and displays that as their sign. But there was absolutely no actual effect on their behavior.
That decision paid off almost instantly and measurably in testing, after we implemented the user interface for showing the Astrological sign in the character creation screen, without writing any code to make their sign affect their behavior: The testers immediately started reporting bugs that their character's sign had too much of an effect on their personality, and claimed that the non-existent effect of astrological signs on behavior needed to be tuned down. But that effect was totally coming from their imagination!
They should call them Astrillogical Signs!
DonHopkins on Aug 13, 2017 [–]
The create-a-sim user interface hid the corresponding astrological sign for the initial all-zero personality you first see before you've spent any points, because that would be insulting to 1/12th of the players (implying [your sign] has zero personality)!
https://www.youtube.com/watch?v=ffzt12tEGpY
https://news.ycombinator.com/item?id=46584625
gwern 22 days ago | parent | context | favorite | on: Show HN: What if AI agents had Zodiac personalitie...
I think my take away is that you are seeing mostly mode-collapse here. There is a high consistency across all of the supposedly different personalities (higher than the naive count would indicate - remember the stochastic nature of responses will inflate the number of 'different' responses, since OP doesn't say anything about sampling a large number of times to get the true response).
DonHopkins 21 days ago | parent | next [–]
You are right about mode-collapse -- and that observation is exactly what makes this interesting. In my other comment here, I described The Sims' zodiac from 1997: Will Wright computed signs from personality via Euclidean distance to archetypal vectors, displayed them cosmetically, and wrote zero behavioral code. The zodiac affected nothing. Yet testers reported bugs: "The zodiac infl...
Apart from trolling I am really curious what other useful functionality sched_ext enables. One of the primary reasons CFS was replaced with EEVDF was because it has a better set of defaults which don't require tuning / patching which is exactly what sched_ext simplifies.
https://www.youtube.com/watch?v=jYoY1cwAd90
>BioRhythm on Apple II Computer: Starring the reclusive Kelcey Degnan, who plays the part of Suzie a tormented housewife who must choose between the sea captain and the guy who wears the white fur coat. With little more than her Apple II computer biorhythm program to guide her Suzie plots a complex path through the world of 70's fashion, booze, Byte magazines and custom software applications. Biorhythm for Apple II written by Bill Degnan for vintagecomputer.net. Music by the Space Vipers. Cameo appearances by the Altair 8800, Grid 1101, Commodore CBM 256-80, Commodore PET 2001-8, and the Byte BYT-8.
https://en.wikipedia.org/wiki/Mood_ring
>A mood ring is a finger ring that contains a thermochromic element, or "mood stone", that changes colors based on the temperature of the finger of the wearer. Finger temperature, as long as the ambient temperature is relatively constant, is significantly determined by peripheral blood flow. A mood ring contains liquid crystals that change color depending on the temperature.
[1] https://en.wikipedia.org/wiki/Golden_Dome_(missile_defense_s...