-
3 votes
-
Moving post comments to the top
For smaller threads, this isn't much of an issue, but once a thread reaches ~30 or so comments you have to scroll to the bottom before posting a comment. As tildes begins to grow this problem will...
For smaller threads, this isn't much of an issue, but once a thread reaches ~30 or so comments you have to scroll to the bottom before posting a comment. As tildes begins to grow this problem will only get worse and worse.
Is there any way this could be moved to the top of a thread? This would fix this problem.
6 votes -
What game has your favorite soundtrack?
See title.
21 votes -
I see your mass of free Steam keys and raise you mine
What a great way to get rid of these. Hit me with a comment or PM and I'll send you the code. Claim like 5 at a time if you want, there's just so many. e: If it's still up here, the key probably...
What a great way to get rid of these. Hit me with a comment or PM and I'll send you the code. Claim like 5 at a time if you want, there's just so many.
e: If it's still up here, the key probably isn't claimed.
-
A bunch of AwesomeNauts YogsCast Packs
-
Bezier
-
Bomb Defense
-
Chainsaw Warrior
-
Chime Sharp
-
Clusterpuck 99
-
Dimension Jump
-
Filthy, Stinking Orcs
-
Offensive Combat: Redux!
-
Painters Guild
-
Scanner Sombre
-
Team Racing League
-
Tiltagon
-
Wasted Pizza
That's it! Have fun!
26 votes -
-
Ubuntu 18.04
Anyone using Ubuntu 18.04 yet? I was thinking about installing it alongside Windows, but wasn't sure if I should wait and just install 16.04. Wanted to get a few opinions.
9 votes -
Let's have an E3 hopes, speculation and predictions thread.
What games and things do you hope to see at E3?
33 votes -
What are you doing for Memorial Day?
.
6 votes -
Silicon Valley - Jared threatens a hipster
10 votes -
what about right to left overrides?
2 votes -
Stardew Valley, maybe?
For those not familiar with Stardew Valley: Developed by ConcernedApe, Stardew Valley is a farming simulation RPG that can be compared to Harvest Moon. Quite enjoyable solo, even more fun as a...
For those not familiar with Stardew Valley: Developed by ConcernedApe, Stardew Valley is a farming simulation RPG that can be compared to Harvest Moon. Quite enjoyable solo, even more fun as a multiplayer game with the new update. Available on the Switch as well as other consoles. Currently the MP is only available on Steam/GOG.
Are any other Tildes playing? Have you tried modding (on PC)? Who's your waifu/husbando?
18 votes -
‘Ivan the Terrible’ painting damaged in Russia in vodka-fueled attack
13 votes -
Learning Nix by Example: Building FFmpeg 4.0
6 votes -
The urban commute reimagined as a rhythmic subterranean ritual
5 votes -
Can we get a ∼enviro
To post things like zero waste, recycling, anticonsumption, and such. Just things we as individuals can do to improve our footprint.
8 votes -
Could we possible get an ~auto?
Seemed odd to me that we have ~s for every major hobby group (sports, computers, TV, science) but not one for Cars.
8 votes -
Two bugs: "Keep Me Logged In" doesn't work, and Read Replies still show as "New"
#Edit: OK, I am terribly unaware of the "Mark as Read" option. Thank you to @Spel for pointing this out. I feel so dumb right now, so please accept my apology for being unaware. I just thought...
#Edit: OK, I am terribly unaware of the "Mark as Read" option. Thank you to @Spel for pointing this out. I feel so dumb right now, so please accept my apology for being unaware. I just thought that reading the messages would mark them as read, so please forgive me. :( However, the other thing definitely doesn't work for me.
As the title suggests, no matter whether I come back to the site from desktop or mobile, every single time I have to login in again.. even if I had just been on the site five minutes prior. It's not too much of an inconvenience, but it's not working for me.
I don't know how to post my Chrome details, but I am on Win 10 with the latest Chrome build. As for mobile, I am accessing it from Android 7.0 through the latest Chrome on there.. I've already cleared my cache to see if maybe that would fix it, but sadly it did not.
I hope it doesn't come off as me complaining, but I just wanted to let your team know of the issue I've been having.
11 votes -
Tiger Mother talks tribalism: Amy Chua on why US society is slipping into perilous territory
5 votes -
Monaco Grand Prix Discussion - Formula 1
Live Updates: https://www.bbc.com/sport/live/formula1/44173783
6 votes -
On a technicality - essay on rules vs. jerks in online communities
18 votes -
Why Max Scherzer is the perfect pitcher for this baseball era
4 votes -
What is your favorite non-American TV show?
I feel like most people on reddit (and probably here, too) only really watch American shows, but there IS a lot of good content in Europe and other countries as well. Sometimes those shows come to...
I feel like most people on reddit (and probably here, too) only really watch American shows, but there IS a lot of good content in Europe and other countries as well. Sometimes those shows come to the US in a butchered, Americanized remake, but those are rarely as good as the original show.
Bonus points if it's not orginally in English (so British & Australian shows don't count either!).
One of my favorite tv shows (at least the first season) is the French 2012 supernatural drama series Les Revenants. It's got a captivating story with some great acting and a killer soundtrack (by the Scottish post-rock band Mogwai, if you're into that kind of music). It fell apart a bit in season 2 and never got picked up for a third season, but it's still very much worth watching for that first, brilliant season.
23 votes -
The fearless cinema of Claire Denis. In “High Life,” the filmmaker’s English-language début, Denis set out to tell the story of the last person in the world.
4 votes -
Dauntless Open Beta
7 votes -
Programming Challenge: Make a Caesar cipher!
The point of this thread is to post your code for solving the task. Other will comment with feedback and new ideas. Post what language (and version, if relevant) your code is written in. Have fun!...
The point of this thread is to post your code for solving the task. Other will comment with feedback and new ideas. Post what language (and version, if relevant) your code is written in.
Have fun!Task description
Your task is to make a caesar cipher that takes a word and an integer as arguments.
An article explaining what the cipher does.Input description
A word followed by a space and an integer.
Output description
The ciphered word.
Sample onput
A 1 Caesar 5 Tildes 25Sample output
B Hfjxfw ShkcdrBonus 1
Make the cipher work backwards.
Sample input
B 1 Hfjxfw 5 Shkcdr 25Sample output
A Caesar TildesBonus 2
Make the cipher handle special characters.
Sample onput
A_ 1 Cae?sar 5 Til!des 25Sample output
B Hfj?xfw Shk!cdr22 votes -
Regarding making design choices understandable
Programmers write documentation for their software which serves as a resource for why critical chioces were made and why they were chosen over other options. Would it be an idea for Tildes to...
Programmers write documentation for their software which serves as a resource for why critical chioces were made and why they were chosen over other options. Would it be an idea for Tildes to reference to the best arguments for features implemented like the discussion we had on anonymitity some days ago? That way all the users can read why a choice made it into the site and see the process behind the choice.
7 votes -
Asterix the Gaul makes comic comeback at London's Jewish Museum
6 votes -
What is the timeline on open-source?
It seems I have some experience with the tech of the website, and I'd love to contribute.
12 votes -
Acquittal of Fiji Times sedition case hailed as victory for press freedom in Oceania
4 votes -
Failed dialogue leads to fresh protests and more deaths in Nicaragua
7 votes -
JustDeleteMe - A directory of direct links to delete your account from web services
21 votes -
'Miracle' cures and europhobia – the strange origins of Italy's new rulers
6 votes -
Testing markdown
italic text bold text ~~strikethrough~~ ^subscript ^text inline code text indented code text Numbered List Unordered sublist Header this method of italics this method of bold quoted text link link...
italic text
bold text
strikethrough^subscript ^text
inline code textindented code text- Numbered List
- Unordered sublist
Header
this method of italics
this method of bold
quoted text
1 vote - Numbered List
-
Sunlight Ascending - All The Memories, All At Once (2009)
4 votes -
Chit Chat?
I thought there was a Chit Chat tilde?
3 votes -
Guide to Z80 ASM basics
I've been thinking about messing around with Z80 ASM for a while with the end goal of doing interesting things with one of my old TI calculators. Finally got around to doing some googling, found...
I've been thinking about messing around with Z80 ASM for a while with the end goal of doing interesting things with one of my old TI calculators. Finally got around to doing some googling, found this guide to the basics, and thought I'd share it for anyone else who might like to read it.
13 votes -
What is your earliest gaming memory?
We were all introduced to gaming in some way or another. What's your story? Video games, board games, anything is fair play. Let's take a look at our gaming roots!
26 votes -
If you had all the time/resources in the world to complete a physical activity--what would it be and why?
Appalachian trail? Ultramarathon? PCT? Any hope of actually completing it?
21 votes -
(OC) An old sketch that I finally decided to use as a subject to practice working with ink.
8 votes -
Impossible Escape - a puzzle
This is a very hard puzzle. There is a solution that guarantees 100% chance of escape. You and your friend are incarcerated. Your jailer offers a challenge. If you complete the challenge you are...
This is a very hard puzzle. There is a solution that guarantees 100% chance of escape.
You and your friend are incarcerated. Your jailer offers a challenge. If you complete the challenge you are both free to go. Otherwise you are condemned to die. Here are the rules:
-The jailer will take you into a private cell. In the cell will be a chessboard and a jar containing 64 coins.
-The jailer will take the coins, one-by-one, and place a coin on each square on the board. He will place the coins randomly on the board. Some coins will be heads, and some tails (or maybe they will be all heads, or all tails; you have no idea. It's all at the jailer's whim. He may elect to look and choose to make a pattern himself, he may toss them placing them the way they land, he might look at them as he places them, he might not …). If you attempt to interfere with the placing of the coins, it is instant death for you. If you attempt to coerce, suggest, or persuade the jailer in any way, instant death. All you can do it watch.
-Once all the coins have been laid out, the jailer will point to one of the squares on the board and say: “This one!” He is indicating the magic square. This square is the key to your freedom.
-The jailer will then allow you to turn over one coin on the board. Just one. A single coin, but it can be any coin, you have full choice. If the coin you select is a head, it will flip to a tail. If it is a tail it will flip to a head. This is the only change you are allowed to make to the jailers initial layout.
-You will then be lead out of the room. If you attempt to leave other messages behind, or clues for your friend … yes, you guessed it, instant death!
-The jailer will then bring your friend into the room.
-Your friend will look at the board (no touching allowed), then examine the board of coins and decide which location he thinks is the magic square.
-He gets one chance only (no feedback). Based on the configuration of the coins he will point to one square and say: “This one!”
-If he guesses correctly, you are both pardoned, and instantly set free. If he guesses incorrectly, you are both executed.
-The jailer explains all these rules, to both you and your friend, beforehand and then gives you time to confer with each other to devise a strategy for which coin to flip.
What is your strategy? How do you escape?
Original source and answer: http://datagenetics.com/blog/december12014/index.html
9 votes -
ichika - he waits patiently (2018)
7 votes -
What are some TV shows you find yourself constant rewatching?
For me it's definitely The Office and Parks and Rec. I've probably seen both of those series about a half dozen times all the way through and whenever I find myself not wanting to make a decision...
For me it's definitely The Office and Parks and Rec. I've probably seen both of those series about a half dozen times all the way through and whenever I find myself not wanting to make a decision on a new show I just start it back up again.
What are some infinitely rewatchable shows y'all find yourself defaulting to regularly?
33 votes -
Build an 8-bit computer from scratch
29 votes -
Tabletop RPGs. How to start?
Hi guys! I've always being curious about tabletop games, RPG, DnD and so on. The fantasy, creativity and engagement always interested me, but I've never met anyone who played it and never being...
Hi guys!
I've always being curious about tabletop games, RPG, DnD and so on. The fantasy, creativity and engagement always interested me, but I've never met anyone who played it and never being involved with it (I'm in São Paulo, Brazil, btw).
So, to be direct, does anyone has any tips on how to start? I know there are "internet based" tabletop sites/communities, but I don't know how it works.
I'd appreciate any direction! Thanks!
11 votes -
Imagining Others Complexly
I really like the vlogbrothers on YouTube and wanted to shared. To me the channel is about 'imagining others complexly'. So often it feels like my various feeds are full of surface level...
I really like the vlogbrothers on YouTube and wanted to shared.
To me the channel is about 'imagining others complexly'. So often it feels like my various feeds are full of surface level assumptions without really interrogating the world around us. To me, vlogbrothers is an exception.
They walked through the candidates tax plans in the last election. Not to show how bad they are, but to really try to understand them.
https://www.youtube.com/watch?v=SgicDQHbV3MHank wrote a song about quarks, and I think it is really fun. It helps demystify something that can seem scary if you don't have the right background.
https://www.youtube.com/watch?v=U0kXkWXSXRA9 votes -
Can the UK Really Do This to Tommy Robinson? [UK ban on reporting on grooming gang, reporter imprisoned 13 months]
8 votes -
The Office meets classical guitar
3 votes -
Daniel Ricciardo - Pole lap onboard at the 2018 Monaco GP (1:10.810)
6 votes -
Any Tildes WoW players?
Just curious if any other tildes members play or would want to do some keys sometime. Heres my main's IO: https://raider.io/characters/us/thrall/Cinidaria Could maybe foster some competitive...
Just curious if any other tildes members play or would want to do some keys sometime. Heres my main's IO: https://raider.io/characters/us/thrall/Cinidaria
Could maybe foster some competitive discussion here once BFA launches considering the competitive subreddits are pretty dead.
12 votes -
Some spare Steam keys
Hey friends. I've got some spare Steam keys for games that I already own (being subscribed to Humble monthly leads to a bunch of this ha.) First come first serve if anyone is interested. Moon...
Hey friends.
I've got some spare Steam keys for games that I already own (being subscribed to Humble monthly leads to a bunch of this ha.)
First come first serve if anyone is interested.
Moon Hunters - haven't played this yet but I've been wanting to for a while. It has online co-op so maybe whoever picks this up, we can play some time.
Also some stuff I don't want that I'd love to get rid of:
EDIT: Well that went fast, ha
20 votes -
Real Madrid wins UEFA Champions League 3-1
9 votes