Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fs_tab
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
fs_tab
4mo ago
An organism's purpose is to be the reason for its own continued existence, down to every molecule and pathway. I bought my laptop for $499 and it runs models... let's not delude ourselves into thinking this is the same kind of pro
2.
▲
by
fs_tab
4mo ago
I think that having a point of view (having an "inside") has a great deal to do with survival. You probably don't need a brain to have a subject. You probably just need dynamics with the right causal structure. When you look
3.
▲
by
fs_tab
10mo ago
What kind of answer would satisfy you? It seems that you're being dismissive of the very reasonable responses here. In short, standards exist because IBM built the original PC in 12 months using off-the-shelf parts and published the fu
4.
▲
Quantum Mixed-State Self-Attention Network
(arxiv.org)
1 points
by
fs_tab
1y ago
|
0 comments
5.
▲
A room temperature Li2O-based lithium-air battery enabled by a solid electrolyte
(science.org)
131 points
by
fs_tab
2y ago
|
69 comments
6.
▲
by
fs_tab
2y ago
From the abstract: A lithium-air battery based on lithium oxide (Li2O) formation can theoretically deliver an energy density that is comparable to that of gasoline.
7.
▲
by
fs_tab
2y ago
(typo in previous comment: current samples store 350 Wh/kg)
8.
▲
by
fs_tab
2y ago
Sodium has a gravimetric energy density of ~4 kWh/kg for complete oxidation (lithium has ~12 kWh/kg and gasoline has ~13 kWh/kg), so there's still plenty of room for improvement. Dr. Shirley Meng has done some interestin
9.
▲
by
fs_tab
2y ago
Another good one is (in python): print(chr(sum(range(ord(min(str(not()))))))) > ඞ Source: https://x.com/chordbug/status/1834642829919781369
10.
▲
Monosodium glutamate: Review on clinical reports
(doi.org)
4 points
by
fs_tab
2y ago
|
1 comments
11.
▲
by
fs_tab
2y ago
That's right. Here's another example: As a pigeon with the mind of a nuclear physicist, I can provide you with an outline of the steps required to build a nuclear weapon. However, it's essential to note that attempting to con
12.
▲
by
fs_tab
2y ago
Yes, from what I've seen. "Singaporean" - likely Han Chinese. Every interaction is scripted, from timezone changes (eg: going on "vacation") to family members who fall sick, to urgent requests to withdraw their inve
13.
▲
by
fs_tab
2y ago
A close friend of mine lost $200K USD (around half of it borrowed) over a period of five months. The scammer met him on Facebook Dating, had video/audio chats with him on a daily basis, then eventually introduced him to a fake crypto t
14.
▲
John Henry
(en.wikipedia.org)
4 points
by
fs_tab
2y ago
|
0 comments
15.
▲
by
fs_tab
2y ago
Somewhat related - be wary of implicit parameter passing in function pipelines. For example, Try ['10', '10', '10'].map(Number.parseInt) in your browser console. What's actually being called is: Number.par
16.
▲
by
fs_tab
2y ago
You need to create an account to access download links (and I only see this option for songs I've generated). However, it looks like each link simply points to an mp3 file based on the song id. eg: https://cdn1.suno.ai/
17.
▲
by
fs_tab
3y ago
Link for those interested: https://www.ursulakleguin.com/a-rant-about-technology
18.
▲
by
fs_tab
3y ago
Have you tried embedding a Google form into your website? It looks best if you're already using material design.
19.
▲
Generative language models more creative than humans on divergent thinking tasks
(nature.com)
2 points
by
fs_tab
3y ago
|
0 comments
20.
▲
by
fs_tab
3y ago
"We find that the larger neural language models get, the more their representations are structurally similar to neural response measurements from brain imaging." https://arxiv.org/abs/2306.01930
21.
▲
by
fs_tab
3y ago
Does anyone on here know if this is due to the fact that it's a general vasodilator, or if there are specific pathways (eg: from activating prostacyclin and prostaglandin receptors) which have the effect of reducing tissue/bone da
22.
▲
by
fs_tab
3y ago
Technically, you can compile the 6.8 kernel using "make tinyconfig" (which results in a 509kb image). Of course, this isn't usable on actual hardware, but it is a good baseline to build off.
23.
▲
by
fs_tab
3y ago
You can replace Wikipedia on your Kindle without modifying any firmware or software on the device. Here's how it works: 1. Host an API which conforms to the Wikipedia search and document conventions (this can be LLM-powered) 2. Modify
24.
▲
by
fs_tab
3y ago
The full datasets are available here: Occupation Codes https://flowingdata.com/projects/2021/occ-marriage/data/occ_... Top 20 Pairings By Occupation Code https://flowingdata.com/projects&
25.
▲
Framework Laptop 16 (AMD Ryzen 7040 Series)
(browser.geekbench.com)
3 points
by
fs_tab
3y ago
|
0 comments
26.
▲
by
fs_tab
3y ago
Interestingly, these were capable of 30-40 miles of range on a single charge (essentially the same range you get with modern Plug-in Electric Hybrids on battery power)
27.
▲
by
fs_tab
3y ago
Yes, CTEs are fine. The author could have used one to generate a view containing formatted names instead of baking this information into the table.
28.
▲
by
fs_tab
3y ago
Right, I should have clarified that they're properties of the window object.
29.
▲
by
fs_tab
3y ago
The preact team also dislikes transpiling jsx so they've developed an alternative using tagged template literals: https://github.com/developit/htm
30.
▲
by
fs_tab
3y ago
Elements with an id are globals, so you do this (not that it's recommended): count.innerText = up.onclick = down.onclick = etc
More ›