• 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2025

help-circle

  • I should publish a blog post titled “Using Antropic’s Claude is a Perversion of Writing”. If you are taking AI output and thinking it’s good and engaging, you are making a load-bearing mistake.

    Joking aside, the criticism can come only after they implement it and we can see if it’s having any effect on the output quality. I doubt it’s going to be detectably worse.

    If anybody is feeling so strongly against watermarking even before we can evaluate how it affects the output, I am only thinking that they have ulterior motives or they don’t want to be caught spreading copy-pasted slop.




  • Let me preface this by saying that I am generally against AI and I hate LLMs being pushed everywhere, but I currently hate facebook and social media even more than AI.

    I think that ad blocking might actually be a good use of a model trained to detect ads: AI models are “black boxes” and it would make it difficult for facebook to find out precisely how the detection works and workaround it. Imagine a tiny classifier running locally, whose only job is to look at a post html or resulting rendered pixels and detecting if it’s an ad or not, and then generating the blocking rules.

    It would be quite cool, because it would work on any website without an explicit list of ad-blocking rules that somebody needs to maintain.







  • As a men, I love your answer. I would upvote it 100 times if I could.

    The society is always pushing the ideal of men that is bold, strong, independent, commandeering, never showing weakness. It creates a culture of toxic masculinity and deep insecurities that must be kept hidden, otherwise you are admitting to being weak and thus a lesser man. IMHO it’ also a big contributor to the loneliness epidemic and incels existing.

    As you said, it’s similar to the problem of the completely unrealistic woman bodies shown in advertisement. It’s unreachable by definition.

    If you are a man, be kind, be open to others and be vulnerable. You are enough as you are, you’ll live more happily if you stop chasing whatever others call “perfection”, and start living your life as yourself. You are the strong one for fighting against those deeply unhealthy ideals, instead of succumbing to it.

    I really support femnism too: the right of being treated as a valid person, equal to everyone else, should apply to all. Men and women alike.


  • You can implement an agent loop in any language, and modern languages can do everything that lisp can, so there’s nothing magic in lisp. At the end of the day lisp is just another weakly typed functional/procedural language.

    Personally I didn’t find lisp that much elegant due to the loose typechecking and the excessive parentheses, but the macro system allows some very terse and smart (and mind-bending, as you said) solutions, which do feel pretty cool when they work fine.

    IMHO it’d be probably better to give your agent access to a python interpreter because it’s much more prevalent in the training data than lisp…


  • I self-learned lisp last year using the old SICP book, but I do consider myself a fairly expert programmer, and I felt that book was a bit hard at the end of it.

    IMHO the key difference of lisp’s eval wrt python’s eval is that it takes in input a parsed expression (a lisp list) and not a string. In lisp though you don’t have to use eval much, because the macros allow you to transform the expressions from your programs directly (take in input parsed code, return a different code structure to be executed). The quote and quasiquote functions are there to make that easy!

    I don’t know javascript enough, but in python you’d have to use eval and use some kind of parsing package crazyness if you wanted to implement a similar macro system!



  • If you are into exploring programming languages or writing interpreters, lisp is quite an interesting language. I can also see it working quite well if you need to embed a small scripting language somewhere, because it’s so minimal and easy to pick up, but also very powerful if you go into the metaprogramming side of it.

    I don’t see many reasons to use it for anything else though.


  • I think it was not meant to convince anybody out of being flat-earther. It makes a fool out of them, but also it shows that there are humans behind the movement and their motivation (they went down the wrong path and got indoctrinated by the wrong people, and are now isolated by everybody else). I started the documentary thinking thar they are all stupid, and ended it feeling a bit sad about them and understanding a bit why would anybody continue to be part of a group spreating such an obvious lie. They really need some friends outside that group, support and some good education… the flat earthers and many conspiracy theory groups would have already died out, if society did not treat these people as a lost cause. It also explains indirectly why even some very intelligent people do fall for other conspiracy theories (like qanon).

    I think it has changed how I would talk to a conspiracy theorist in real life, and I think it’s great that it managed to do that.




  • In some countries (like Iceland), children have sex for the first time at age 16 on average [0]. That’s the average age, which means 50% of all people have already had sex before then.

    If you wait to talk to them until 14, there’s probably a good chunk of them who will have had sex before even knowing what sex is, and many more that will grow up with the very skewed idea taught by porn. And nowadays kids will stumble upon porn even if you try to prevent it (friends, etc.).

    You might not like this and it might be different from your experience in the past, but it is IMHO better to have a discussion and teach them that most of what they see is as fake and scripted as an action movie, teach them what is safe, than having them learn dangerous stuff from friends and porn or improvising by themselves. IMHO making this such a taboo topic also helps abusers and pedophiles, because it makes it harder for the kid to actually talk about abuse and report it.

    [0] https://au.lifestyle.yahoo.com/virginity-map-average-age-people-first-have-sex-by-country-33094921.html?guccounter=1


  • I don’t think I ever worked in a company doing real agile (involving customers early and directly, shipping frequently, gathering feedback, and changing the process if it becomes an obstruction). It always ends up being all about random metrics, velocity reports to management, and “”“requirements”“” dictated from high up. It’s always just chaos that names itself “agile” as a poor excuse for the lack of planning. You get the worst parts of waterfall (lack of feedback and validation) with the worst part of agile (lack of specs and medium-term plan, no project management). No estimations, no requirements, no plan, no coordination between teams, but the deadline is fixed anyway and the feature has been sold to a customer already. The customer is going to see the product for the first time after 6 months of development, after which the priorities shift immediately and no feedback is ever addressed. AI is not going to magically make management write good requirements and have a good planning session with everybody involved… it’s just going to create even more unreviewed AI slop documents that are just noise and will be ignored by most anyway.