flabberghaster
flabberghaster wrote
Reply to comment by hi_i_post in when are we just going to have telepathy via neural implant? by hollyhoppet
In a way isn't telepathy just directly posting thoughts into another person's head?
🤔
flabberghaster wrote
I'm going to submit a patch to cpython so when i stack traces and line number is 69 it replaces it with "nice" and if its 420 it replaces it with "dude lol"
flabberghaster wrote
Reply to comment by musou in the real reason i haven't merged the latest postmill master branch into jstpst yet by hollyhoppet
I know right... Learn to mercurial, noobs
flabberghaster OP wrote (edited )
Reply to comment by deleted in Can we have a feature that autobans anyone who downvotes my posts on this site by flabberghaster
im furious, you can't treat me this way.
flabberghaster wrote
Reply to comment by devtesla in bet u wont ban and then unban me by cute_spider_ni_srsly
Well now i don't get to reban them later! What a catastrophe!
flabberghaster OP wrote
Reply to comment by hollyhoppet in Can we have a feature that autobans anyone who downvotes my posts on this site by flabberghaster
Chamge it to an upvote because it was obviously a mistake
flabberghaster OP wrote
Reply to comment by devtesla in Can we have a feature that autobans anyone who downvotes my posts on this site by flabberghaster
dang
flabberghaster wrote
Reply to bet u wont ban and then unban me by cute_spider_ni_srsly
Technically i have never unbanned anyone, the bans just expire (that way i can re-ban them later you see).
flabberghaster wrote
Reply to bet u wont ban and then unban me by cute_spider_ni_srsly
>:)
flabberghaster wrote
Reply to bad news other #woke tech lovers by Presidential_Afro
Well that tears it! I'm only going to use Google home until Amazon gets their act together.
flabberghaster wrote
Don't break your arm patting yourself on the back twitter.
They really have an inflated opinion of their important in the world IMO. I think this whole "twitter bots swung the election" is just twitter investors trying to make the company seem influential for capitalist reasons. That and democrats trying to explain why their abysmal performance is actually not their fault and more neoliberalism is the right approach.
flabberghaster wrote
Reply to theme song for website by devtesla
Can we get some sheet music for this
flabberghaster wrote
Reply to Today's my first day in after coming back from medical leave where I'm in office two days in a row!!! by hollyhoppet
🎊🎉🎊🎉🎊🎉🎊🎉
Glad to hear you are doing better holly 😀
flabberghaster wrote
Reply to comment by hollyhoppet in Where to request features/enhancements!!! by hollyhoppet
😱😱
flabberghaster wrote
Reply to Where to request features/enhancements!!! by hollyhoppet
more swears please
flabberghaster wrote
Reply to comment by butthole69 in Let's have a Controversial Opinions thread (yes, for real) by Moonside
Ah yeah. Private automobiles make no sense just from a physics perspective... At least cars anyway.
Just to move a human, who weigh a few hundred pounds at most, we have to drag around a ton and a half of metal? Weems like a waste. We should be moving away from that model for that amd a bunch of other reasons that im sure most people are aware of here
flabberghaster wrote
Reply to comment by butthole69 in Let's have a Controversial Opinions thread (yes, for real) by Moonside
do you mean those little tiny cars that are just two seats and two doors and not much else, like the smart fortwo and whatnot?
i wanted to get one of those for a long time but i'm kinda glad i didn't
flabberghaster wrote
Reply to ORMs are weird sometimes by musou
I'm kind of surprised they're that hard to work with. I've never used one, just hasn't come up in any of the projects i've been on; But i'd expect them to have some escape hatch. Something where you'd be able to just give it an SQL query you want to run, as a prepared statement or something, tell it some variables to put in, maybe tell it what types it would return, depending on the language, and just have it run it.
Do they not? Or is it just impractical to use somehow?
flabberghaster wrote
Reply to comment by flabberghaster in facts: the bee gees are better than any band you can name in the comments by razz
Bam. Loophole'd.
flabberghaster wrote
The Bee gees.
flabberghaster wrote
Reply to comment by jorty in we've been doing a lot of "pair programming" at work lately and i'm conflicted by musou
I made robottic fruits you can control with an Arduino. This allows pear programming.
flabberghaster wrote
Reply to comment by voxpoplar in all netflix originals are bad by devtesla
Sense8 is so good in some parts and so awful in others.
Jessica Jones is great! I kinda don't want them to make season 2, i don't see the point in it, the first season was like... a perfect miniseries.
flabberghaster wrote
Reply to comment by musou in ruby lets you put an array inside itself by musou
I think that it's basically a special case of how in those languages it's easy to assign a reference to things. Adding a list to itself is not really that different than assigning a reference to an object as a member of itself. For instance in python you can do:
class Node:
__init__(self, value, next=None):
self.value = value
self.next = next
def main():
head = Node("last")
tail = head
for i in range(10): head = Node(i, head)
tail.next = head
And this creates a cyclic linked list. You could just as easily assign a = Node(9); a.next = a
and have the graph have only one vertex. It's the same principle with adding a list to itself: you're not actually adding the list to itself; rather you're putting a reference to the container, inside the container. Like writing down the location of a bank on a slip of paper, then putting that slip of paper inside a safe deposit box stored inside the same bank.
flabberghaster wrote
Reply to comment by hollyhoppet in I'm almost 30 by devtesla
what if we already did and just don't realize it
flabberghaster wrote
Reply to the cake is a lie XD by voxpoplar
nice meme!