I am getting Forbidden 403 errors and invalid JSON parsing errors: started with ‘<html> <head> <...’ while navigating the website. I am using eduroam and mobile data and it’s occuring on both, so I don’t think it’s my issue. Where should I report this?
ashtree
I don’t know how useful that on arvix would be (I would suspect not very) but I will attempt to deliver a PDF by two days from now, although using Typst rather than LaTeX (there is a conversion tool, I do not know how well it works) due to familiarity.
Do you have any particular formatting opinions?
Did you see the XKCD? The chart there gives a good heuristic because most things you do that are worth optimizing are things you do at some interval.
I don’t understand your second point. My guess at an interpretation is basically look up the optimal solution, but I don’t think that makes sense with caching.
If something takes longer than expected to get to an answer, think about how you could have seen the problem to be able to solve it faster to be able to solve it faster in the future[1].
As an extension, optimize everything. If something is slow and you do it often enough, doing it faster is worth it. Relevant XKCD.[2]
Flip a coin if you are struggling to decide between option in a situation where there are relatively low stakes. This exposes to you your gut instinct immediately, which is more than good enough most times, and it is far faster than logically finding an answer.
- ^
e.g. the whole strategy of “dynamic programming”, write a recursive solution, then memoize it, then reduce the amount of memory if you don’t use it anymore. This works because you have changed your perspective from what clever thing can I do to how can I solve this with a smaller subproblem.
- ^
This also applies to physical actions like walking and opening doors. Most people do these slowly, but since you spend so much time doing them, it is extremely worth it to focus on what you’re doing.
Thank you for your advice, I donated $500. I expect to be a millionaire with high confidence (most situations where I am not are awful for humanity). “Owe” isn’t how I would describe what I am doing; it’s like any other donation to me. I want the best outcome for humanity.
An AI system replicating itself seems very unlikely because AI labs are hopefully and presumably protecting against that in particular. However, there are many other dangerous things an AI system could do that aren’t self-replication and are often worse. It also seems that if that does happen, we are doomed since AI labs are trying their hardest to prevent that, and if they fail to prevent that, we have a self-replicating non-aligned AI, and so we are screwed.
I am reading Planecrash (https://www.projectlawful.com/boards/215), and it seems surprising that Keltham would not think of his mind being read after being informed of gods that purportedly can do so. This appears to be his biggest flaw so far that I can truly blame him for (lacking cultural understanding in many ways is easily excused by being an alien).
Second thought: what should someone going into the second semester of their second year of college for CS, math, and EE be doing? I have personally elected to continue to do college (it is paid for for me). Still, it is very possible this is not the action that increases EV the most (and almost certainly is not, although by being something that many people do, it is also probably not that bad). I am very willing to listen if anyone has some advice on that front.
Third thought: I could donate $1000 to Lightcone without much difficulty. It would be a very significant expenditure for me, but should I do it? (My useful net worth is ~$10000).
ashtree’s Shortform
I do not use satellite view either, but my reason is mostly to do with the higher data usage (I’m on a pay-as-you-go plan). Even still, I don’t think that there are many advantages to the satellite view especially considering the fact that roads can be obscured, and you still see the shapes of houses, traffic lights, and stop signs on Google Maps even without satellite view. Perhaps I am biased because I grew up in a place where there are trees everywhere, but it doesn’t seem very useful to me.
I also was trying to use Claude Code and it kept attempting to solve a problem by hard coding the output for n={1,2,3}, because that allows it to pass the tests, but it does not work in general, so this isn’t exclusive to training. I tried multiple times with the same function and every time it couldn’t implement it.