Hacker Newsnew | past | comments | ask | show | jobs | submit | B0073D's commentslogin

It's very close to a word for male genitalia https://en.wiktionary.org/wiki/Pimmel


What if you want people to know :p


I recall an old Ericsson phone that did this?


It appears to have windows support also?


It does. It prompts me to download for Windows.


They bought Star Citizen


I do not understand why this injecting js to block js is a thing. Why is there no way to just tell the browser engine not to execute any js here? if the functionality isn't there in the browser engine, why not?


It is - disable JS completely in the browser.

I use 2 browsers, one with JS disabled and blocking everything (like 95% of the time), and second one for say "important" stuff like banking, youtube and facebook ;)


Calm down L Ron Hubbard


These are the 2020s. It's "L-Ron".


This would be a reasonably clever name for a rapper.


Recently I wanted to try and use this to filter out logs I don't care about, but it seemed a lot more involved than I initially thought.

I essentially wanted to use this as a way to flexibly filter out items without having to come up with a regex for every line item.

I wonder if anyone has done this before...


Could always rely on the Levenshtein distance. You have to be careful with similarity approaches though as you may end up filtering important messages because they are structurally similar to the unimportant message.


Maybe you could use a language model embedding to define some kind of semantic distance.


Just filter out logs by the file, line that generated it (i.e. that had the log statement). Even if the actual log entry changes (e.g. because of a formatted str with vars) they will always have the same source.


Bayesian filters like for emails? You mark them as important or noise and over time it will learn. These are extremely easy to put in place and you don't have to preannotate as it learns as you go.


Yes Bayesian filters work well for this.

I had an idea Splunk had them built in? But it's about 5 lines of Python anyway.


I often feel modern tools should offer that


> org-mode

Of course you did....

Gods above I love org-mode.


Oh my lord, DF on the Steam Deck? Let us know how it goes!


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

Search: