reddit's stories are created by its users

join the community, vote, and change the world.

learn more ›

Indian food by a hungry graduate student (first time posting to r/food) by joker_hsin food

[–]abhin4v 1 point2 points ago

sorry, this has been archived and can no longer be voted on

Great going! You should have cooked us one of these when you were here.

Bangalore Arbitrary Day Meetup: Venue[s] & Time announcement. by neoroninin india

[–]abhin4v 0 points1 point ago

sorry, this has been archived and can no longer be voted on

When is the meetup? The meetup page on redditgifts says 5 pm and this post says 4 pm.

The coffee break is back, and I havn't finished homework 6!!!! by diovehtin aiclass

[–]abhin4v 0 points1 point ago

sorry, this has been archived and can no longer be voted on

It's 1:40 AM here. Can't stay awake any longer. This will be my first unfinished homework.

The coffee break is back, and I havn't finished homework 6!!!! by diovehtin aiclass

[–]abhin4v 1 point2 points ago

sorry, this has been archived and can no longer be voted on

I guess I can't help it. I'll take a browse reddit break.

The coffee break is back, and I havn't finished homework 6!!!! by diovehtin aiclass

[–]abhin4v 5 points6 points ago

sorry, this has been archived and can no longer be voted on

I don't want a coffee break! It is past midnight here.

You know what would be nice, a "copy link text" browser option when you right click links. It's such a pain in the ass trying to highlight an email address that's been autolinked by a webpage. by [deleted]in programming

[–]abhin4v -4 points-3 points ago

sorry, this has been archived and can no longer be voted on

'copy link location' option will do what you want to do.

Python-style Generators in Java by abhin4vin programming

[–]abhin4v[S] -1 points0 points ago

sorry, this has been archived and can no longer be voted on

RIFE has an implementation of continuations in Java which maintains a parallel stack for keeping the state of the continuations and it rewrites the bytecode at class load time to put instructions to manipulate this parallel stack. Other implementations (Commons Javaflow) also require some kind of bytecode rewriting or class enhancements. And they are certainly better at performance than this code. But they are much more complex too.

Python-style Generators in Java by abhin4vin programming

[–]abhin4v[S] 0 points1 point ago

sorry, this has been archived and can no longer be voted on

You are right. That's how it works. And yes, it is expensive.