For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | mrageh's commentsregister

What model are you using under the hood, my main concern is the cost for using APIs like anthropic/openai


Majority SJW are hypocrites, they spend all their energy and time battling against shit that's minor. Like changing the name of repos, removing certain words from a massive project etc. Making sure certain peoples feelings are protected.

Yet when it comes to serious problems in our world, like Uyghur muslims being persecuted they remain silent. Or when western countries destroy Libya and give birth slavery in Africa, they remain silent.


I don't think your mental model of the behavior of "social justice warriors" is accurate. Do you really think the people you demonize for expressing sympathy for people outside their own tribe are silent in these cases and the people you implicitly praise for keeping silent about injustices they do not suffer themselves are the heroes complaining on the internet about the treatment of the Uighurs?


That would convince me to pay for this


The best way to know whether a martial art is useful in combat is to see if it's used by professional MMA fighters.


phiresky does this use libripgrep under the hood?

Or do you shell out to the ripgrep binary?


libripgrep isn't currently a thing (not merged to mainline). On reddit, the author noted that ripgrep (and other utilities) need to be on the PATH, which is one of the issues related to windows packaging.


libripgrep has been on master since 0.10.0. There just isn't any high level documentation for it.

It's not clear whether libripgrep would be a good fit for this project or not. They would need to reroll all the arg parsing logic themselves. libripgrep is really about building your own search tools (or more specialized tools) using the same internal infrastructure as ripgrep. But yeah, this is why I need high level docs to explain this stuff. I've been putting it off until I get bstr straightened out.


> It's not clear whether libripgrep would be a good fit for this project or not

I actually looked into using libripgrep for this, but then I decided not to because of (a) not wanting to handle arg parsing myself (ripgrep has sooo many arguments), (b) missing or hard to find documentation.

The main reason it might be a good idea is because currently ripgrep does not know at all about a single file returning multiple "files", and all line prefixes are "hardcoded" (e.g. Page X: hello in pdfs is just prefixed per line). Also I can't rely on ripgrep's binary detection currently, because it would have to happen for "parts of files" from the perspective of ripgrep.

It would be great if ripgrep had a slightly more advanced preprocessing API - allow returning multiple "files" per filename input, maybe even with a "sourcemap" of line<->Page etc.


> libripgrep has been on master since 0.10.0. There just isn't any high level documentation for it.

Oh damn, sorry (when I checked yesterday the branch was still there and the "doc" PR was still open so I assumed it wasn't merged yet)


I'd like to try libripgrep out in one my projects, maybe I could also take on the challenge of attempting to document it.


So, a lot of it is actually written already. :-) https://github.com/BurntSushi/blog/blob/ag/libripgrep/conten... (The formatting is FUBAR, so you'll want to look at the raw text.)

There's just a lot of polish that needs to be done, and converting portions of it appropriate API documentation. Unfortunately, I don't really have the bandwidth to mentor this at the moment. :-( However, with that said, one super useful thing you could do is try out libripgrep and then give feedback[1] on how it worked for you, and in particular, which things were hard to figure out.

[1] - https://github.com/BurntSushi/ripgrep/issues/1009


You should checkout https://bradfieldcs.com/


Wow, this looks like a great resource. I'm not currently in the bay area, but this looks perfect otherwise. I'm going to look into this a bit more, thanks!


Jason, how much did you increase your rate by in percent?


When I doubled it?

Think Google/Facebook total comp if you need a number to plug into your mental model. Software is a nice gig.


I guess 100% (doubling it), since he wrote that he was cutting it in half before


have you thought about a career in software development ?


My response may sound stupid, but the question asked how much the increase in percentage was... So I just answered the question.


My comment was meant as a general jibe at the state of the industry, not your correct answer :)


Would you consider going back to fulltime employment?


I tried it once as an experiment, after a friend of mine suggested I, "just take it easy for once."

After that experiment, I hear any similar question as, "Would you consider working for less than half of what you make now, for someone who doesn't know how to manage a group of people?"

I do get a lot of executive headhunters in my inbox, and clients tender a lot of offers as well, but nothing remotely competitive nor interesting has yet come my way.


Fantastic website, how long did it take you to build it?


About a day in elapsed time, probably about 6-7h of actual work.


Are you both serious, that's amazing!


We came up with the idea a couple of weeks ago after we signed up for the Product Hunt hackathon.

We did some thinking on it, but didn't start designing or development until the start of Hackathon, which was yesterday.

You can checkout the Twitch stream where Seth worked on the design here: https://go.twitch.tv/videos/186775869


I think the css for the different forms can be found here: https://github.com/stripe/elements-examples


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

Search:

HN For You