HN user

______

468 karma

filosophy.org

Posts21
Comments66
View on HN
en.wikipedia.org 1y ago

Gilded Age

______
8pts0
filosophy.org 3y ago

The evolution of the Google Analytics snippet

______
1pts0
filosophy.org 3y ago

Putting in project reps

______
1pts0
fineflows.com 3y ago

Sign-up flows from 100s of websites

______
81pts6
www.speedofanimals.com 7y ago

What does 30 MPH “feel like” for cats?

______
1pts0
filosophy.org 8y ago

Prioritize prioritization appropriately

______
1pts0
erikbern.com 10y ago

Analyzing 50k fonts using deep neural networks

______
67pts5
medium.com 11y ago

What Happens After You Win TechCrunch Disrupt

______
10pts0
www.citi.umich.edu 13y ago

Worms propagate by finding vulnerable hosts using search

______
2pts0
www.filosophy.org 13y ago

City grid combinations

______
3pts0
www.openlettersmonthly.com 14y ago

Steve Jobs: Designing Desire

______
5pts0
www.filosophy.org 14y ago

The content onion: digging through layers of chrome

______
1pts0
www.filosophy.org 14y ago

Randomstrap: Twitter's Bootstrap with extra variance

______
3pts0
www.filosophy.org 14y ago

Feedback: closing the loop between ideas and execution

______
1pts0
www.filosophy.org 14y ago

You generate a lot of data

______
2pts0
www.filosophy.org 14y ago

What is a password, anyway?

______
1pts0
news.harvard.edu 14y ago

Zuckerberg returns to Harvard for first time since 2004

______
4pts0
harry-lewis.blogspot.com 14y ago

A bit of nuance on Steve Jobs

______
2pts0
www.filosophy.org 14y ago

In the company of colors: brand-color associations

______
40pts13
www.moma.org 15y ago

Talk To Me: HCI Exhibit at NYC Museum of Modern Art

______
5pts0
www.filosophy.org 15y ago

Fractal Tree (+ Root) Generator

______
35pts10

I got it and absolutely love it. Takes a bit of getting used to of course, but after being in my kitchen I expect all taps to work like this.

The biggest downside is that visitors will be confused why the water doesn’t run (the physical tap is always left open but there is a “virtual” tap controlled by the sensor is not.

Having a kitchen tablet is also amazing - I have a ten year old iPad Pro with the keyboard, it's great for looking up recipes and following along, and also messaging while cooking.

Cursor CLI 12 months ago

Ultimately if this stuff is actually intelligent it should be using the same sources of information that we intelligent beings use. Feels silly to have to have to jump through all these hoops to make it work today

A good first step is not paying for Prime.

It's like $140 annually now... and if you're mostly just buying things and not watching their content, it's a nice speed bump to just accumulate items in the cart until you hit the minimum free shipping and only order then.

When you occasionally do for some reason need an instant item, you can pay the shipping then. It's kinda like for most people, having a second or third car is much more expensive than just renting one when you actually need it.

That said, I am close to a Costco so that's where I get most of my bulk items - the Amazon stuff tends to be more discretionary.

This research was supported by the Air Force Office of Scientific Research (AFOSR)

I wonder if this is the kind of grant that is no longer being funded (or at least "paused")

Threlte 8 1 year ago

The main Raycaster class in three.js (which you can access / use via refs from Threlte) isn't tied to the view, but can be used to cast from any point.

It might get computationally expensive to point that raycaster in many directions and intersect with all leaves. I'm not aware of a way to do "bulk" raycasting in three.js yet.

Separately, the lighting / shadows can compute visually shadow and lighting. But I'm not aware of a way to then easily measure out how much of a mesh is in shadow.

I am also interested in tree simulation -- I'm tinkering on a arborist/lumberjack game where you trim / cut down trees :)

History of the PDF 3 years ago

An issue with this is that the print CSS of most websites is an afterthought.

While it’s possible to alter the design with @media print as well as the page breaks, few websites do this. You are often left with broken layouts, empty pages, or nonsense page breaks.

Making mushroom logs!

I cut down a few invasive trees recently (Norway Maples). If you inoculate the branches and logs with spores of a mushroom that you want (in my case, shiitake) during the first few weeks after cutting, it will fruit with that for a few years. It's a fun DIY project, and a way to reuse trees.

To prevent unwanted mushrooms from the environment from colonizing, you seal the holes you drill, as well as the end the ends of the logs, with cheese wax - which I had heated in a crock pot, hence the need for cleaning that up.

Doesn't work for this simple prompt -- maybe it's not fully rolled out yet?

Can you write a <HTML> file that POSTs a form with firstName, lastName to some other URL?

I'm a language model and don't have the capacity to help with that.

Fountain Society 3 years ago

It’s interesting to see the parallels in access to electricity - it’s now rather common in NYC to see people charging things on LinkNYC kiosks.

Those too are a public good but operated by a private company (Intersection), with the attendant conflicts of interest.

Interestingly they were introduced after the city Payphone contract expired - reminding me that phone access has almost totally been privatized at this point.

I recently fired up a project in Django, after not using it for a decade, and I had the same feeling. I defined a couple of models and BOOM I had a working website. Felt a little bit like the last ten years of web framework development hasn't resulted in anything better.

As you point out, the React ecosystem does seem to be mired in "what approach should I take"-style questions for basic things like data loading, routing, etc.

Sunken Greenhouse 4 years ago

If you're ever near Taos, New Mexico, check out the Earth Ships -- a community of homes each built around a similar concept, with a large thermal mass and south-facing windows allowing year-round gardening.

I think the push to video and away from text is a net failure for accessibility and usability, at least for reference use cases.

My example: as a woodworker, I'm often curious about the details of a particular joint or the usage of a particular tool. The great amount of content on YouTube is helpful, but it's incredibly inefficient to have to seek through a bunch of filler or unrelated content to get the answer I need.

Of course, that's "increased engagement" so I'm not surprised it's what is commercially more viable.

Anecdotally, my own current UI gripe in iOS messages is identifying different variations of groups containing mostly the same people.

- My family - My wife's family - Both of our families - My family but only those nearby - My family but only those attending a specific event - My family but minus one person

The current "facepile" approach really fails in distinguishing them... we've all been making mistakes sending messages to the wrong subsets.

I know that it's possible to name groups, but it's not something that I always remember to do (or care to do, for a transient conversation)

The one 5% thing I’ve run into is a lack of proper generic component props when using Typescript.

Granted, that’s a rather advanced topic, but I miss having a <Component<MyType>> where all the type checking “just works”.

It’s not a dealbreaker - more like just something I noticed coming from the React world.