3,005,229 events, 1,538,051 push events, 2,406,373 commit messages, 169,802,337 characters
Nerfed Holy War, added Cleanse Abominations cb
Holy Wars can only be declared against faiths you consider Evil Cleanse Abominations can be used against rulers you consider Abominations (Vampires if you hate them, lycans if you hate them, ...). The cb usurps titles held by Abominations within a target duchy. Non-abominations will be vassalized instead. Sanctity of Life makes Cleanse Abominations wars more effective Added 4 placeholder traits, undead_character, vampire_character, lycan_character, necromancer_character
Update app.py
Added additional emotions/feelings to cater to the vocabulary and word use of all the people out there.
Added:
if each_word == "furious":
feelings_list.append("furious")
encouragement_list.append("we all make mistakes! Take a deep breath slowly and feel yourself relex. Once you have calmed down, you can think and talk nicely with the person or problem you are upset with")
counter +=1
if each_word == "annoyed":
feelings_list.append("annoyed")
encouragement_list.append("we all make mistakes! No matter what happens, calm down and think carefully on your actions")
counter +=1
"10:05am. Did a reply on SO. I am up. Reverend Insanity is again starting to cut into my sleep. Nevermind that for now.
I made some progress thinking about the problem. I realized that you can condense the strong components to a single node in order to simplify your thinking. Instead of thinking of a circle, think of it as a single vertex.
...Ah, I see.
Suppose I had something like
A C D F B E G
Suppose B is connected to A and C, and E is connected to D and F. And G is connected do B and E.
Then if the arrows were pointing upward, the post order would be...
A C B D F E G.
I've been thinking of the difference between the reverse post order of the reverse graph and the post order of the original. An idea came to me that even though I've been thinking of it as a sort, the reverse of the reverse post order might not necessarily be a sort. As a basic requirement, if the sort is sound, then the root of the tree should come last.
In the above example A C D F are the roots in the reverse graph, but if you look at the post order, you see that B comes in between them...
If I did the post order of the reverse graph...
G B A C E D F
Now, E comes inbetween.
...No I do not get it. Both order should be fine for the sake of separating the graph in strong components.
I said that you can think of the strong component as a single node. But that is not necessarily true. Suppose I had something like...
A C B D E
I should group the above graph as...
(AB) (CD) E
But there is a little snag. Because of cyclical connections, it is not obvious which node come first and which last.
For example suppose I start at B and go to A. That would mean A gets added in first position. But if I start at A, then the A would definitely be added last.
Suppose I have a graph like
A B C
With arrows going left to right. If A has subnodes with cycles in it, that means that DFS starting at A instead of having the usual post order of C B A
, could have A C B
.
The way I am thinking of it now, a cycle means that the node might add itself ahead of turn.
I do not get why getting the reverse post order of the reverse graph would get around those difficulties.
10:40am. I am still thinking about this. Let me chill for a bit. I am going to have to code up Kosaraju and investigate it in depth. i just do not understand how it could possibly work.
10:45am. All the philosophy threads due to Elaina were wholly outside my expectations.
'Slavery is wrong, because what is somebody enslaves you?'
Well, you better work hard to attain the power so that does not happen. That is the only truth.
11:10am. Holy shit, I spent so much time writing a reply that the Elaina thread got archived.
Let me stop here so I can have dinner.
>>210427818
I liked the one where the common people realized the witches were exploiting them and rose up in revolt to snap their wands, turn them into rape slaves, and feed them to flowers. The good news is that no moral principles were broken in the process of doing these things.
>>210428014
I liked that part where withes murdered them all.
Ordinarily I would not be interested in Elaina at all - I found Kino to be a snoozefest, but the threads will make this worth it.
...
Ok, for today, my mission will be to implement Kosaraju and figure out why it works. During the night and now I generated a bunch of hypotheses, but if anything the loose reasoning is just making me more sure it would not work. I am really amazed that somebody managed to figure it out. Some algorithms like CFR are simply magical. I have no idea where inspiration for them comes from. Were those guys just trying out random things or did they have some reason for thinking it would work?
Let me get breakfast here."
We're living in a database, whoa-ohhhhh
Added DB wrapper with a more interesting interface Even more type hacks, thanks I hate it Can't wait for a ts runtime that checks types tbh
analytics api art dna values aws-amplify build-systems computer-vision metal svg algorithms data-processing data-visualization databases foundationdb postgresql prometheus sql sqlite design-inspiration icons rpcs environment tailwind-css unity law fpga raspberry-pi life success time autonomous-driving ml-libraries machine-learning generative-adversarial-networks product-management fractals graphql networking nginx neuroscience nlp speech-recognition speech-synthesis github-actions open-source containers docker kubernetes-plugins kubernetes ios operating-systems funny other wiki-workflow nix electrical-engineering physics c-libraries coq flutter go-libraries go javascript js-libraries react svelte julia racket lua nim-libraries ocaml-libraries ocaml python-libraries python rails ruby rust-libraries rust smalltalk swift-libraries documentation embedded-systems encoding probabilistic-programming programming regex software-architecture git marketing blogs security social-networks vs-code-extensions discord elasticsearch email slack tools twitter united-states zsh video virtual-reality cms deno nodejs static-sites web-accessibility webkit webassembly consultancies markdown writing
Added pandoc functionality
Because I came w/o a plan I paid the price. I currently don't know the scope and gravity of all the changes in this commit. Those who are known are
- Introduced Title and Icon to several settings widgets
- Added pandoc enabling to the behaviour widget
- Added the basic pandoc functionality to CentralWidget
- Added an htmlizer in Files edit for pandoc purposes
Because of the lack of planning I have made a mess and had several different ideas that may or may not have left some code all over the place. Thats gonna be a problem or maybe not.
Also one of the plans included usin the qtwebkit. That lead nowhere. You should really look into a self hosting website for what you want. Which you must admit it's kinda ironic given your hate for atom applications. Fuck css support in qt. Hopefully on some future release it's fully supported.
The lesson of the day is commit more. Also
DON'T DO SHIT WITHOUT A PLAN!!!
wingin it it's just more work in the end
Updating: 10/21/2020 11:00:00 PM
- Added: Why I write: The Feynman Technique for learning (https://sooraj.io/2020/10/17/why-i-write-the-feynman-technique-for-learning/)
- Added: Your SEO strategy should never start with keyword research. | Kole McRae (https://kolemcrae.com/notebook/strategy.html)
- Added: Is Software Contracting For You? - Mischa Spiegelmock (https://spiegelmock.com/2020/10/20/is-software-contracting-for-you/)
- Added: Talking, Typing, Thinking: Software Is Not a Desk Job (https://daniel.fone.net.nz/blog/2020/10/21/talking-typing-thinking-software-is-not-a-desk-job/)
- Added: A Brief Tour of the Unity Editor (https://blog.eyas.sh/2020/10/unity-for-engineers-pt4-editor-tour/)
- Added: Every hackable connector on ASUS Eee PC 901 (https://nevkontakte.com/2020/eee-pc-connectors.html)
- Added: How Silicon Valley will solve the trolley problem (https://magnusson.io/post/solving-the-trolley-problem/)
- Added: The tangled webs we weave (https://daverupert.com/2020/09/tangled-webs)
- Added: James Randi has died. (https://web.randi.org/home/james-randi-has-died)
- Added: A fucking rant about fucking const vs fucking let (https://jamie.build/const)
- Added: blog.harterrt.com – Defining Data Intuition (https://blog.harterrt.com/data_intuition.html)
- Added: Value dragons (http://blog.cretaria.com/posts/value-dragons.html)
- Added: Repeating Crossbow - The Lazy Forger (https://thelazyforger.com/tutorials/repeating-crossbow/)
- Added: My Lab Power Setup (https://blog.networkprofile.org/full-lab-power-setup/)
- Added: amymhaddad (https://amymhaddad.com/what-is-on-your-programming-reading-list/)
Generation took: 00:06:52.1431721 Maintenance update - cleaning up homepage and feed