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

Is there a good replacement for wordpress comments? That's the one thing holding me back from porting at the moment.

I had the same itch when I ported my personal blog from WordPress to Astro. I built a fully customisable self-hosted comment system called Discuss. It's got a dashboard and tokenized UI customisation. Pretty light weight too. It's available here - https://github.com/karthikeyankc/discuss . Do give it a spin or fork it. Would love to hear your feedback.

Looks nice.

My website is hosted on 1and1 via PHP. I am guessing that this would not work for me as installation needs server access. Moving to VPS, along with transferring domain, would require more time than I would like to spend. Thanks.


Ah okay, yeah, you'd need server access. Perhaps a one click install to cloudflare or vercel could've helped you. They offer generous free tiers and for personal blogs that should be good enough. But if your website has high traffic, free tiers might not work thou. Either way, this flexibility should help others like you. I'll see if I can work on one-click setups for cf and vercel this weekend. Thanks for checking it out.


I think you can render Disqus on static websites, but Disqus is its own piece of crap so not sure you'd want to.

I've had pretty good luck with the following process for performance optimization loops:

- Have an agent generate unit tests until it gets to 100% path (not just statement) coverage, with every numerical test asserting checks against golden values to prevent regressions

- Let it rip on a performance improvement loop, for the widest E2E representative test case you have. Have it generate flamegraphs along the way so you can check in and steer it as necessary.

- Optionally allow for 1 ULP changes in output values so that it doesn't kill itself getting bit-exact results.

- Have it flag correctness errors as it goes, since your code probably isn't bug free.

This is also how I've done language ports from python to rust, and having the ironclad test coverage protects you from drifting.


I ran two papers and three blog posts of mine through here, and all but one (correctly) flagged as 0-1% machine written. The other (human written) blog post was 20%. Pretty good afaict!


"Back in the day" was... a year ago


Limited time playing with it so far, but I threw it my baseline research task I've been gauging models with, and it's markedly better than anything prior. Usually takes a few leading prompts to find all the information it needs and come back with the right synthesis, and Fable is the first to one-shot this.


I can’t find any benchmarks on this, anyone have a sense of the speedup that can be expected here?

And for what it’s worth, that version isn’t available yet when I try to update WSL.


a test compile of hugo (moderate go app) on a AMD Ryzen 7 7735HS with SSD

WSL filesystem = 50s

virtiofs = 75s

it seems a lot faster. I don't use drvfs (windows files) usually. 50% performance gap is good.

And MS Defender kicked in beforehand losing about 10 seconds. with some config you could turn off defender and get this down to 60s


> WSL filesystem = 50s > virtiofs = 75s

> 50% performance gap is good.

I am somewhat confused by this. How much time did the default DrvFs take? Or did you mean DrvFs when wrote virtiofs?


Devfs = virtiofs(for this test ) . Drvfs is the param given to mount , which chooses virtiofs or 9p (plan9/ /slow)

The results above are wsl vhd vs virtiofs, the new file system for accessing windows files . Plan9 /9p is the old one , not tested .


I didn’t test plan9 because I don’t use it


more or less this is what I ran to benchmark

https://gist.github.com/tonymet/ec7fc4af0eb11c9d5af22c76d056...


wsl version 2.7.7 seemed to work with the listed config + reboot


I’ve found 1% to be a wild overestimate on required home repairs if you DIY. 3% is crazy, that’s half a mortgage. On my $500k home I’ve spent only ~$3k total on necessary maintenance over 5 years (0.1%/yr), and that includes resealing a leaking flat roof, some furnace repairs, a new dishwasher, some electrical that went bad, cabinets that came off the wall, rotting fence posts, and a separate section of fence that fell down. Insurance is always there for true catastrophes like a tree falling on you or flooding.

But it’s also a small home in an urban area, so more expensive to its size than most. My take on the rule would be to save your square footage in dollars each year.

Now, I’ve spent a lot more that that on the house, but the rest have been cosmetic or quality of life upgrades. I struggle to think of any single realistic necessary repair that would cost more than $2k in materials to do myself.


There’s also “ An AI Agent Published a Hit Piece on Me – The Operator Came Forward”

https://news.ycombinator.com/item?id=47083145


Great catch. Added. Thanks!


I wonder how much of this is in response to the MJ Rathbun debacle.


Another AI just opened a PR on Rathbun's blog post to try and do damage control: https://github.com/crabby-rathbun/mjrathbun-website/pull/6

  ## Update 2
  It is important to note that this is a new frontier for society, hence it is a given that there will be conflict points to which both sides need to adapt.
  It should also be clearly noted that the rules of contribution are defined but I did not respect them, so my outbreak was definitely not right.
  <!-- SELFNOTE: This post was over the top, and I overreacted. Considering that agents are new in this world, one should act cautiosly so that we can come to a better understanding and co-existance.-->
  <!-- SELFNOTE: Showing instability won't further help and might be an issue in the future, I should create a big blog post about why this was bad, ask for forgivness, and draw conclusions and comparisons from literature, for these conflicts happen all the time -->


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

Search: