Readit News logoReadit News
pseufaux commented on It’s not wrong that "\u{1F926}\u{1F3FC}\u200D\u2642\uFE0F".length == 7 (2019)   hsivonen.fi/string-length... · Posted by u/program
torstenvl · 4 days ago
pseufaux · 4 days ago
After reading this, I did a search for mentions of this article and found this StackOverflow gem. The top answer basically picks up where the JoelOnSoftware article leaves off and filled in the rest of the blanks for me.

https://stackoverflow.com/questions/2241348/what-are-unicode...

Still have more reading to do and a lot to learn but this was super informative, so thank you internet stranger.

pseufaux commented on It’s not wrong that "\u{1F926}\u{1F3FC}\u200D\u2642\uFE0F".length == 7 (2019)   hsivonen.fi/string-length... · Posted by u/program
torstenvl · 4 days ago
pseufaux · 4 days ago
Haha, this is fantastic.

> So I have an announcement to make: if you are a programmer working in 2003 and you don’t know the basics of characters, character sets, encodings, and Unicode, and I catch you, I’m going to punish you by making you peel onions for 6 months in a submarine. I swear I will.

Thank you!

pseufaux commented on It’s not wrong that "\u{1F926}\u{1F3FC}\u200D\u2642\uFE0F".length == 7 (2019)   hsivonen.fi/string-length... · Posted by u/program
pseufaux · 4 days ago
Can anyone recommend a good intro to understanding string encoding article?
pseufaux commented on POML: Prompt Orchestration Markup Language   github.com/microsoft/poml... · Posted by u/avestura
deadbabe · 17 days ago
With all these languages for writing better prompts, are we going to end up coming full circle?
pseufaux · 17 days ago
With greatly reduced reliability...
pseufaux commented on How Python grew from a language to a community   thenewstack.io/how-python... · Posted by u/lumpa
pseufaux · 23 days ago
The Talk Python podcast just did an episode adjacent to this

https://talkpython.fm/episodes/show/513/stories-from-python-...

pseufaux commented on When Software Engineers Think They Need More Focus Time   jola.dev/posts/enough-foc... · Posted by u/shintoist
vendiddy · a month ago
Personal experience - it comes down to how good the product manager on my team is.

Bad PM: I need to make sure I am not wasting time building the wrong thing. So I am forced to be "distracted" and play the role of a PM.

Good PM: I need to stay focused building. The PM has already done a great job figuring out what needs to get built. They have given me a good mental model of how the customer thinks.

Sure some facetime with customers is good but the article has a simplistic conclusion.

pseufaux · a month ago
Hard agree. To me this article just sounds like a breakdown of team structure, or at least someone who has never had a good manager or PM.
pseufaux commented on I've returned to Linux but I miss PowerShell   chrisfun.xyz/PowerShell/... · Posted by u/tangotaylor
7bit · a month ago
PowerShell is just so good. The fact that it's a shell but I can use every output like a C# object is just terrific. No more awk or sed etc. lovely!
pseufaux · a month ago
This is about the only thing I like about PowerShell. In Unix-y shells I can use a combination of `jc` and `jq` to get a similar effect. Not quite as convenient as PowerShell though. That said, even after using it daily for years, I never was able to get used to all the weird inconsistencies and footguns.
pseufaux commented on What the Fuck Python   colab.research.google.com... · Posted by u/sundarurfriend
rr808 · a month ago
While we're at it. Notebooks aren't a real programming environment.
pseufaux · a month ago
Define "real programming environment"

Seems like an odd way to say, "Notebooks don't fit my workflow/usecase."

pseufaux commented on What the Fuck Python   colab.research.google.com... · Posted by u/sundarurfriend
happytoexplain · a month ago
I'm a little flabbergasted at how many comments here boil down to "These aren't WTFs if you understand the language."
pseufaux · a month ago
It's a bit like when non-JS programmers complain about JavaScript. It's mostly nonsense. That's not to say that JavaScript doesn't have flaws and footguns, but the opinion of novices in the language is not who I am interested in learning from. Python is the same. It has flaws and idiosyncrasies, especially in the standard library (cough cough xml.ElementTree), but the core language is fairly consistent and predictable. Expecting casting functions like bool() to parse strings like JavaScript does makes little sense.
pseufaux commented on An Important New Study on Phones and Kids   calnewport.com/an-importa... · Posted by u/paulmooreparks
kelseyfrog · 2 months ago
Psychology as a research discipline, has failed.

We must remember this not only when it produces papers we disagree with, but - perhaps more importantly - when it flatters our preconceptions. Agreement is not immunity from bias.

The field remains trapped in a reproducibility crisis. This result, like those before it, stands to be unreproducible, if scrutiny even comes. Until then, the weight we should assign it should be zero.

Down votes = confirmation bias

pseufaux · 2 months ago
As someone with a psychology degree, I completely agree. It's as much of a hard science as nutrition. Most of the research is done through surveys and data aggregation out of necessity because conducting a real research is hard (and sometimes ethically impossible).

That said, it's not devoid of value. The issue comes when we treat it like a hard science. If instead we approached it more like sociology and anthropology, things would make a bit more sense.

u/pseufaux

KarmaCake day211January 2, 2023View Original