HN user

patleeman

196 karma
Posts10
Comments91
View on HN
I've Sold Out 4 months ago

I’m not disappointed. It seems philosophically the teams are aligned and Pi as a project can continue and be supported. It’s a better outcome than most could expect.

I’ve been diving into MCP the last few days and it feels quite messy.

It took an embarrassingly long time for me to figure out what the difference is between a client, server, and host are. Oh and servers can also be processes that you run locally and clients can spin up the server for you but you need to provide the NPX or UVX command.

The problem it’s supposed to solve is quite real, tools are annoying to build and share so I get that. Looking forward to it getting better but it’s not at the point where any dev can come in and connect things up with a nice dev experience yet.

That's awesome. The original discussion of bitnet made it seem like you needed to train a model from scratch but its neat they were able to adapt an existing model. This is quite exciting.

Yeah, its kind of a bummer. Dropbox doesn't really have a cohesive vision for their productivity suite? Dropbox Paper doesn't seem to have progressed and there haven't been any other notable new products released.

Yeah, I've been meaning to spend more time on it, but I've been switching around to different editors a lot lately, so the constant jumping around means I'm trying to keep my vim keybinds as vanilla as possible.

I recently forced myself to learn vim motions and it's been paying off pretty well. Once it clicked I found myself wanting vim motions everywhere.

I went deep and set up a neovim config, forcing myself to use neovim full time. However my new role requires me to use Intellij and I didn't want to spend hours upon hours figuring out how to replicate the java support in Neovim (and no, it isn't just installing the LSP, my work has some pretty specific intellij setup).

At this point I'm just using Intellij and VSCode with their respective vim plugins and I'm getting about 80% of the utility that I did with pure neovim. The one thing I really love about neovim is that it really forces you to keep your hands on the keyboard and you learn the keybinds very well because otherwise you just can't do the thing you wanted to! I find myself using the mouse a lot in VSCode and Intellij because they give you really handy buttons to click on.

I could probably go pure keyboard if I just sat down and learned all the various keybinds, but who has time for that?

The actual prompt is just a chain of thought prompt and the headline is just clickbait.

Also in the article, the author gets COT wrong.

What "reasoning" they do (and "reasoning" is a contentious term among some, though it is readily used as a term of art in AI) is borrowed from a massive data set of language phrases scraped from books and the web. That includes things like Q&A forums, which include many examples of "let's take a deep breath" or "think step by step" before showing more carefully reasoned solutions. Those phrases may help the LLM tap into better answers or produce better examples of reasoning or solving problems from the data set it absorbed into its neural network weights.

Chain of thought has nothing to do with “tapping into better answers”. It’s simply asking the model to break up the output into smaller tasks and gives it more time and space to reason.

COT is not new or novel. Hell, it’s even listed in one of the guides in Open AI’s prompt guides as a strategy to improve prompts.

Memory Allocation 3 years ago

I love this so much, thank you for putting this together!

My only piece of feedback would be for the "Inline Bookkeeping" section (https://samwho.dev/memory-allocation/#inline-bookkeeping), it took a while for me to grok the numbered list to figure out which block corresponded to address + X. I wonder if there is a better way to visualize the 4 numbered bullet points? Maybe just arrows and text pointing to the visualization?

Thanks again for this wonderful article!

I run a server at home and I’ve set up Nextcloud.

I don’t trust it to be more reliable than a paid service. The thing about self hosted solutions is you’re completely on your own if something goes wrong. You need to make sure you’re backing things up, that you can restore your Nextcloud configuration if your sql database takes a dump or you fat finger and delete some config files (I’ve done both). Or if you have a power outage or lose internet connection and can’t access vital files, or even something simple like a bad software update causing issues.

While a great option, one can’t simply spin up next cloud and then move everything over like you would a Saas solution as a typical layman.

From the readme:

I accidentally restarted blogging after a long haitus. Before I could get words into the cloud, I muddled about with "modern" Static Site Generators. Because WordPress is so last century (or so I told myself). Then I got annoyed by the SSG Jamstack bespoke templating building etc. magic.

I felt the same way when I restarted my blog so I went a similar route, but... lazier. I'm using pandoc with some shell scripts gluing it all together and it works.. pretty well actually.

https://github.com/patleeman/patricklee.nyc

Very cool. I love these DIY office setups.

The author mentioned organizing material transport by figuring out what would fit in his car. I would highly recommend just renting a flatbed truck from home depot to transport your materials home if they don't fit in your car. Its usually something like $20 to rent for an hour.

Also I wonder if the author has any plans to heat/cool the space. Seems like they might live in a temperate area. I'd would probably just install one of those DIY mini-split units to heat/cool the office if necessary.

Hm, HN seems to keep stripping the path off my url submissions. Here is the link: https://patricklee.nyc/blog/20211230_an_ode_to_my_linter/

The ode:

Oh my dearest linter, adding squiggly lines under my mistake. Gently teaching me why I'm wrong. How do I fix it? Some help would be nice. You autocorrected it! Thank you twice!

The documentation is right at hand: "you idiot, don't add an ampersand!" But I think you might be wrong, my dear linter this is an edge case! Well then I'll just have to add a little comment to disable that tiny check on line 35. I'm sorry my linter, you'll have to abide.