example.com/path/to/article
000 points · username · 0 hours ago
example.com124 points · 48 comments · 18 days ago · jakobgreenfeld
breakpointalpha
wrs
BTW, this post would be more convincing if it wasn’t written in Claude voice itself!
nightpool
(see https://smackernews.com/item/49536375 HN, left a comment there also)
gamblor956
It creates citations and references that look close enough to be plausible but are just made up of thin air. CA passed a law explicitly requiring lawyers to review AI-generated documents that is now before the governor for signing (previously, lawyers were ethically expected to review documents submitted to the court or provided to clients but that doesn't have the same level of force as an explicit requirement).
abdullahkhalids
Gecko4072
betree
slaw3
Now do OpenEvidence :)
motbus3
cmiles8
tempfile
wopwops
asmodeuslucifer
Trump Media and Technology Group announced that it partnered with Perplexity to test and integrate an AI search feature, referred to as Truth Social AI or Truth Search AI, directly into the Truth Social platform.
(I just use the free account from truth+ to waste their money)
how do you reverse a linked list in python
Answers Sources Use either an iterative pointer-reversal approach or a recursive approach. The standard iterative version is the most common and runs in (O(n)) time with (O(1)) extra space:
class ListNode: def __init__(self, val=0, next=None): self.val = val self.next = next
def reverse_list(head): prev = None curr = head
while curr:
nxt = curr.next
curr.next = prev
prev = curr
curr = nxt
return prev
If you already have a Python list, reversing it is simpler with slicing: items[::-1], but that is not a linked list reversal.mandolingual
Also posted today is this HN thread:
https://smackernews.com/item/49536375 HN
Containing this link:
https://trellner.com/reports/manufactured-sources-behind-ai-...
Which has the exact same layout and very similar About page as "trellner.com"
https://hausresearch.com/about/
https://trellner.com/about/