Hacker Timesnew | past | comments | ask | show | jobs | submit | robertjwebb's commentslogin

This makes me suspect that OP would have similar problems with other inference providers.


The funny thing about this is that this also appears in bad human writing. We would be better off if vague statements like this were eliminated altogether, or replaced with less fantastical but verifiable statements. If this means that nothing of the article is left then we have killed two birds with one stone.


What do you think the LLMs were trained on? 90% of everything is crap, and they trained on everything.


Land-line telephones are awful because the majority of people who will pick up the phone during the day on Monday-Friday are old or disabled, i.e. easier to manipulate. I don't think I have received a single legitimate phone call during that time. In fact, legit callers know this and know that if they do call for a good reason, the person at the other end will distrust them.


The thing is, these topics have already been discussed by philosophers! Questions of authenticity, human subjectivity, reproducibility etc are not new. But for the average joe and the non-philosophically-inclined techie, the thing has to actually exist before they start really talking about it.


Hi HN,

Getting started in open source software development can be intimidating to newcomers - but a lot of great projects highlight "good first issues". I wanted to make something that allows you to see all these issues in one place (for Python). I'm thinking of extending this for other languages depending on whether this is of any use to anyone...

I implemented it by creating an AWS Lambda function that pulls the latest tagged issues from GitHub for a number of repositories, then saves these as JSON files on S3. The website itself is coded in React.

- Bob


I did a MSc in computer science, got burned out. Learned where my limits were. I learned a bunch of academic things, sure, but also was filled with doubts about what I should do next...


Congrats on finishing. Your experience sounds a lot like mine.


Spaced repetition is great, but be warned - it's no substitute for really learning the content.

It won't let you draw connections between concepts, because the information is presented in bite sized chunks in a way that each concept is considered independently, not parts of a whole. I've found that I learn things much better when I see how they are interconnected and AFAIK this is supported by research.

For this reason, if you're considering using spaced rep for university courses I recommend that you write your own flashcards, not use somebody else's. The process of converting the knowledge in the course into appropriate flashcard sized pieces is a pretty handy way of learning the information itself.


Couldn't you split compound words so the components appear in sequence? e.g.

Kinder- -betreuungs- -möglichkeiten


One could, but most likely one would need a proper morphological analysis[2] to make it work correctly for the endless possibilities to combine words in German. Pretty hard to implement in the browser, but maybe an 80:20 like approach using a good dictionary could help for common terms in combination with slowdown on terms it doesn't know how to split.

[1] for example, one could use wiktionary data and try to extract how to properly separate common terms: https://de.wiktionary.org/wiki/Schifffahrt

Edit: [2] German demo of how that usually looks http://www.tagh.de/demo.php (not affiliated)


How about a to-do list that deletes all but the most recent n entries?


Interesting, could you please elaborate more?


Are developers on the play store allowed to delete reviews? That sounds like something that would be really easily abused (i.e. delete all bad reviews of your bad product).


There is no option on the developer console for this afaik. If there is it is not prominent or easily discovered.

However, I saw a small burst of bad reviews on an app I used to work on a few months back - all of those reviews including the developer replies are now 'missing'.

Its possible they merely flagged the reviews and Google got rid of them because they were rude. Possibly the OPs removed them because the developer got in contact to ease their pain somehow...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: