Viewing profile — brothrock
brothrock
HN member- Joined
- Tue, Jun 24, 2014, 4:43 AM UTC
- HN karma
- 126
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About brothrock
No profile information was provided.
Recent public activity
-
comment
Comment #47070531
This article is somewhat reassuring to me, someone experimenting with openclaw on a Max subscription. But idk anything about the blog so would love to hear thoughts. https://thenew…
-
comment
Comment #45243974
how is this spam? it’s posted the same way as any HN post and it’s not soliciting anything.
-
comment
Comment #45228113
preach. Take home assignments are another example. It gives huge bias towards those with free time.
-
comment
Comment #45218553
I think this is better than many current coding interview methods. Assuming you have an agent setup to not give the interviewee the answer directly. Of course there are times when …
-
comment
Comment #45218492
This type of coding has been extremely helpful to me in the past few weeks. I’m on parental leave, but also a co-owner of a small company and can’t completely log off. I can one ha…
-
comment
Comment #44890882
For what it’s worth Salesforce.com is hiring Software Engineers. https://careers.salesforce.com/en/jobs/jr307625/software-eng... This was one of the top jobs listed. Of course I ha…
-
comment
Comment #44861426
AI has drastically changed how I make decisions about code and how I code in general. I get less bogged down with boilerplate code and issues, which makes me more efficient and all…
-
comment
Comment #44057954
Great question. If it can’t skip lines, I’m out.
-
comment
Comment #43372775
awesome article. Do you know how to access the other articles in the series that are linked (dead) in the first paragraph? Would be great to read if still available.
-
comment
Comment #43309704
N=1 is addressed, see outcome predictions. N=1 comes with caveats, of course, but a study like this, with a proven harmless supplement, should be welcomed and praised. It is clearl…
-
comment
Comment #41542478
All of raspberry pi’s SDK documentation and data sheets for the pico (rp2040) are amazing. Perfect material to build an embedded engineering course around.
- story
-
comment
Comment #40404530
I am a huge fan. This is an amazing project. An absolute artifact of the Internet, as it should be. I have lost many hours here, and have shared with many I’m not worthy.
- story
-
comment
Comment #39880693
If anyone is interested in the history and an accessible, but deep understanding of black holes I highly recommend Kip Thorne’s book “Black Holes and Time Warps” (1994). The first …
-
comment
Comment #36757156
You can set this up in accessibility->accessibility shortcut and select color filters. Then in accessibility->Display & Text Size->Color Filters select gray scale. Triple tapping t…
-
comment
Comment #36392663
Looks like the company’s website is down ( https://oceangateexpeditions.com/ ).
-
comment
Comment #35311843
why do I have to sign into wired to read this?
-
comment
Comment #33338380
Johnny Castaway.
-
comment
Comment #18966075
The phases of the moon and the shadow cast on the moon during a lunar eclipse are not related. The phases of the moon are caused by the position of the moon relative to the Earth a…
-
comment
Comment #12933375
This is awesome guys. Thanks.
- comment
-
comment
Comment #12931874
I wanted an example of a simple genetic algorithm in swift, couldn't find it so I wrote it from something I found in python. 0% special, but thought i'd share. Take it or leave it,…
-
comment
Comment #12931659
ah great point. I'll time it both ways and see where I'm at.
-
comment
Comment #12931652
Yep totally, going to take another pass to try and make it faster. This was just a make it work experiment. Had a few fun troubles with random, but at the moment it just crawls :(.…