meirl

meirl submitted by /u/acdes68 to r/meirl
[link] [comments]


from popular links https://ift.tt/tQhcYDN
 meirl

Original Fallout dev shares 90s game development stories

Article URL: https://www.youtube.com/@CainOnGames

Comments URL: https://news.ycombinator.com/item?id=36141445

Points: 4

# Comments: 2



from Hacker News: Newest https://www.youtube.com/@CainOnGames

Lush

Article URL: https://leon.bottou.org/projects/lush

Comments URL: https://news.ycombinator.com/item?id=36141438

Points: 2

# Comments: 0



from Hacker News: Newest https://ift.tt/SdZbx0v

Making OpenAI Whisper Faster

Article URL: https://nikolas.blog/making-openai-whisper-faster/

Comments URL: https://news.ycombinator.com/item?id=36129157

Points: 2

# Comments: 0



from Hacker News: Newest https://ift.tt/laiqOVF

Kriller – An eternal seven day looping art broadcast

Article URL: https://kriller.com/

Comments URL: https://news.ycombinator.com/item?id=36129134

Points: 1

# Comments: 0



from Hacker News: Newest https://kriller.com/

meirl

meirl submitted by /u/MeteorIntrovert to r/meirl
[link] [comments]


from popular links https://ift.tt/ovDkwR0
 meirl

Record breaking shit

Record breaking shit submitted by /u/SassyBassy_ to r/BrandNewSentence
[link] [comments]


from popular links https://ift.tt/4xjW8La
 Record breaking shit

Monday, May 29, 2023

One Piece chapter 1085 spoilers

Confirmed by Redon

Brief Summary-

Title - "Death of Nefertari Cobra"

- Queen Lily's real name is "Nefertari D Lily"

- We see Imu attack Cobra and Sabo with a black/shadowy arrow

- In addition we see Imu discover that Wapol is spying on them but Wapol runs away

- Vivi was captured by CP0 and Wapol appears in the room where CP0 and Vivi are.

- Nefertari Cobra asks sabo to tell both luffy and Vivi that "we are from the D family".

NO BREAK NEXT WEEK

submitted by /u/gyrozepp2 to r/OnePiece
[link] [comments]

from popular links https://ift.tt/ecfQdIs
 One Piece chapter 1085 spoilers

Sunday, May 28, 2023

I love it and I get compliments on the street, but r/tattoo absolutely hated it and I'm depressed

I love it and I get compliments on the street, but r/tattoo absolutely hated it and I'm depressed

I like minimalism and unconventional things, so this sleeve inspired by The Fountain began as a coverup for a wrist tattoo and has taken on a life of its own. I don't put myself out there very often so the hate from the community has me sad and confused. Can anyone offer any feedback or kind words?

submitted by /u/pawdugan to r/tattooadvice
[link] [comments]


from popular links https://ift.tt/GUsvWtK
 I love it and I get compliments on the street, but r/tattoo absolutely hated it and I'm depressed

When did students stop caring about getting a drivers license?

When I was in high school, we counted the days until we could drive. Now so many students don’t get a license. I don’t think it’s the cost (at least in my area) … they just are completely content having people drive them and don’t want the responsibility. We wanted the freedom. And they can’t be bothered. I… don’t… get… it…

submitted by /u/Ok_Stable7501 to r/Teachers
[link] [comments]

from popular links https://ift.tt/vqNI0PK
 When did students stop caring about getting a drivers license?

„Critical Code Studies“

Article URL: https://twitter.com/y_h_j_e_t/status/1662817736366383106

Comments URL: https://news.ycombinator.com/item?id=36106501

Points: 3

# Comments: 0



from Hacker News: Newest https://twitter.com/y_h_j_e_t/status/1662817736366383106

Saturday, May 27, 2023

AITA for accusing my best friend of pedophilia?

First time writing here, could really use some advice

I (28F) have been friends with "Keith" (27M) for 13 years. We dated for a few years, broke up a couple years ago, and stayed friends after our breakup.

Recently he's been going on dates with various women, one of which he was in a very abusive relationship with for 3 weeks, before he decided to break up with her a few weeks ago. He swore he wouldn't date again for another year or 2 because of the trauma he endured with that woman.

That was until he came to me and mentioned that he was talking to someone, just a week after the breakup. He told me that he was talking to a mutual online gaming friend of ours (18F) and that they had started dating after he drunkenly confessed his feelings to her. He went on to say that he has had a crush on her since she was 16 and that he thought she was cute back then, but didnt want to pursue anything with her until she was of legal age.

I immediately felt so grossed out after hearing that. I told him I didn't think it was a good idea because of the age gap, lack of life experience, and that it felt like he would be taking advantage of her.

He said she was so mature for her age, that they just clicked, and that love just happens. He also said that he can't help who he falls in love with.

We've had multiple conversations about this, and he sees nothing wrong with what he's doing. I can't look at him the same. I told him he was basically a pedophile in my eyes and that I was disappointed in him. He told me that it would be my fault if our friendship ended over this. Was I too harsh? Is a 9 year age gap normal under these circumstances?

submitted by /u/tragediesafoot to r/TwoHotTakes
[link] [comments]

from popular links https://ift.tt/A9lpZTg
 AITA for accusing my best friend of pedophilia?

Outsmarting the Giant Hornets

Article URL: https://www.youtube.com/watch?v=onq9ixC7OEg

Comments URL: https://news.ycombinator.com/item?id=36097389

Points: 1

# Comments: 0



from Hacker News: Newest https://www.youtube.com/watch?v=onq9ixC7OEg

Friday, May 26, 2023

What if we set GPT-4 free in Minecraft?

Article URL: https://twitter.com/DrJimFan/status/1662115266933972993

Comments URL: https://news.ycombinator.com/item?id=36088693

Points: 5

# Comments: 0



from Hacker News: Newest https://twitter.com/DrJimFan/status/1662115266933972993

Show HN: A High-Performance CRC Hardware Generator in Bluespec SystemVerilog

What is it and why make it? The Cyclic Redundancy Code(CRC) is an error-detecting code commonly used in digital networks and storage devices to detect accidental changes to digital data. And blue-crc repo provides a parallel, pipelined and highly-parameterized hardware implementation of CRC targeting high-throughput applications, such as network transmission.

CRC is a mature and widely-adopted error-detecting technology, and there have been numerous hardware implementations of it. However, most existing hardware designs are either implemented using pure combinational logic or are only designed to process input data byte-by-byte serially, which results in extremely low throughput. Other designs targeting high-performance applications lack proper parameterization and only support some specific CRC configurations. Blue-crc aims to solve these problems by providing both high-throughput and well-parameterized CRC hardware implementation.

Main Features of Blue-CRC Complete CRC Configuration: the implementation supports complete CRC configuration parameters, including polynomial, initVal(the initial CRC value), finalXor(the result is xor’d with this value if desired), reflectData(if True, the input bit order is reversed), and reflectRemainder(if True, the result bit order is reversed).

Standard Interfaces: The input interface follows AxiStream protocol, with a parameterized data width. The output CRC result is guarded by the basic handshake protocol.

Parallel: The IP is designed to process multiple bytes per cycle.

Fully Pipelined: The implementation takes in raw data and produces results every cycle.

High Throughput: The implementation, configured with 256-bit input and 32-bit CRC output, runs at 500MHz on Xilinx xcvu9p FPGA.

Have a try? For BSV users, you can import our codes and instantiate CrcAxiStream interface in your design directly. Besides, we provide a script to generate custom Verilog CRC implementation automatically. If you are interested in high-performance CRC hardware acceleration, it’s worth giving it a try. We are also open to any recommendations for further improving our designs.

Link GitHub: https://github.com/datenlord/blue-crc

References: https://ieeexplore.ieee.org/abstract/document/5501903


Comments URL: https://news.ycombinator.com/item?id=36088692

Points: 2

# Comments: 0



from Hacker News: Newest https://ift.tt/SVnPufD

What's so horrible about including TCG in an event?

So the complaints are everywhere, not that I particularly mind, people can complain about whatever they want.

I'm just interested in what makes people be so infuriated about it? Not to generalize, but most if not all complaints are not even being genuine, like the weapon is locked behind it, primos are locked behind it etc etc.

That's just not true though...first of all only 1 out of 4 mini events even is TCG, second for the primos you just have to play a match...not win, just play...with predetermined decks...so you don't even have to prep, or know anything about TCG.

How is that different to literally any other main event that includes mini events not everyone likes? If you don't like them you can get away with doing the bare minimum and still get all the relevant rewards.

So what is your reason to be so furious about it?

I personally think people are blowing this way out of proportion...for what basically boils down to 10mins of annoyance(if you hate TCG) every 2 days for a total of 4 times...seems pretty fair to me, even if you hate TCG😅

submitted by /u/RealSeltheus to r/Genshin_Impact
[link] [comments]

from popular links https://ift.tt/IL97v48
 What's so horrible about including TCG in an event?

Free Lighthouses

Article URL: https://disposal.gsa.gov/s/lighthouseprogram

Comments URL: https://news.ycombinator.com/item?id=36087982

Points: 2

# Comments: 0



from Hacker News: Newest https://ift.tt/dArOVUH

Thursday, May 25, 2023

Nix Flakes: An Introduction and Tutorial

Article URL: https://www.tweag.io/blog/2020-05-25-flakes/

Comments URL: https://news.ycombinator.com/item?id=36075094

Points: 2

# Comments: 0



from Hacker News: Newest https://ift.tt/m6tbEzv

What an attention seeker

What an attention seeker submitted by /u/Gammonboi to r/tumblr
[link] [comments]


from popular links https://ift.tt/ZJVh5QE
 What an attention seeker

Cerberus at the pet store

Cerberus at the pet store submitted by /u/CleetisMcgee to r/aww
[link] [comments]


from popular links https://ift.tt/ctK2xM0
 Cerberus at the pet store

PS1 vs PS5

PS1 vs PS5 submitted by /u/Primicerius47 to r/gaming
[link] [comments]


from popular links https://ift.tt/RAfeGwj
 PS1 vs PS5

hole shit

hole shit submitted by /u/panak47 to r/shitposting
[link] [comments]


from popular links https://ift.tt/vzsGnRa
 hole shit

2023 Apple Design Award Finalists

Article URL: https://developer.apple.com/design/awards/

Comments URL: https://news.ycombinator.com/item?id=36048446

Points: 1

# Comments: 0



from Hacker News: Newest https://ift.tt/ghDJEtZ

Why did the run-on sentence start panicking?

It was late with its period.

submitted by /u/Bezbozny
[link] [comments]

from Jokes: Get Your Funny On! https://ift.tt/2x7Yl6T

Monday, May 22, 2023

Three dogs are having a drink at a bar.

One dog is a rottweiler, the second dog is a German shepherd and the third dog is none other than the Taco Bell Chihuahua. They were just sitting at the bar when suddenly who should come walking in but Lassie herself. She saunters up to the three dogs and says, "If one of you can creatively use 'liver' and 'cheese' in the same sentence, I'll take you out for dinner and a movie."

The rottweiler says ,"I love liver and cheese!".

"That's no good." Lassie said.

The German shepherd says ,"I HATE liver and cheese!"

"Still not creative enough." Lassie tells him.

The Taco Bell Chihuahua then says to the first two dogs, "Liver alone, cheese mine!"

submitted by /u/Openly_Canadian_74
[link] [comments]

from Jokes: Get Your Funny On! https://ift.tt/LnNqJc1

The Continuation War and Modern Propaganda

Article URL: https://twitter.com/P_Kallioniemi/status/1660664772805705729

Comments URL: https://news.ycombinator.com/item?id=36035084

Points: 1

# Comments: 1



from Hacker News: Newest https://twitter.com/P_Kallioniemi/status/1660664772805705729

CVE-2023-32784 – KeePass

Article URL: https://0ut3r.space/2023/05/22/cve-2023-32784/

Comments URL: https://news.ycombinator.com/item?id=36035064

Points: 1

# Comments: 0



from Hacker News: Newest https://ift.tt/s38AZwJ

Bullet Dodged

Bullet Dodged submitted by /u/Glittering_Finger_63 to r/Tinder
[link] [comments]


from popular links https://ift.tt/UHYa9Jv
 Bullet Dodged

Sunday, May 21, 2023

Whose Cert Is It Anyway?

Article URL: https://www.netmeister.org/blog/caa-diversity.html

Comments URL: https://news.ycombinator.com/item?id=36023976

Points: 2

# Comments: 0



from Hacker News: Newest https://ift.tt/TPudpUJ

I was sitting on my own in a restaurant when I saw a beautiful woman at another table. I sent her a bottle of most expensive wine on the menu

She sends me a note, "I will not touch a drop of this wine unless you can assure me that you have seven inches in your pants." So i wrote back," Return me the wine; As gorgeous as you are, I'm not cutting off three inches for anyone."

submitted by /u/iaintprobitches
[link] [comments]

from Jokes: Get Your Funny On! https://ift.tt/r3z2fJD

My Robotic Mower Woes

Article URL: https://bt.ht/luba/

Comments URL: https://news.ycombinator.com/item?id=36023633

Points: 2

# Comments: 0



from Hacker News: Newest https://bt.ht/luba/

Why!

Why! submitted by /u/devidmiller420 to r/PrequelMemes
[link] [comments]


from popular links https://ift.tt/OsztR4p
 Why!

Is a bad person worse before or after they eat?

After. Before they eat they're bad, but afterwards they're all full.

submitted by /u/Mediocre_Metal_7174
[link] [comments]

from Jokes: Get Your Funny On! https://ift.tt/Ncn10M2

Saturday, May 20, 2023

Yann LeCun's opinion about regulating LLMs

Article URL: https://twitter.com/ylecun/status/1659332688786882560

Comments URL: https://news.ycombinator.com/item?id=36014830

Points: 2

# Comments: 0



from Hacker News: Newest https://twitter.com/ylecun/status/1659332688786882560

Keyboard Layout Evaluator

Article URL: https://dariogoetz.github.io/keyboard_layout_optimizer/

Comments URL: https://news.ycombinator.com/item?id=36014468

Points: 1

# Comments: 0



from Hacker News: Newest https://ift.tt/2GjRsI1

To scam a tourist

To scam a tourist submitted by /u/pre_malone17 to r/therewasanattempt
[link] [comments]


from popular links https://ift.tt/Lo5zAuM
 To scam a tourist