usremane | 2 years ago | on: Xmas.c (1988)
usremane's comments
usremane | 2 years ago | on: Ancient Earth Globe
usremane | 2 years ago | on: Show HN: Chrome extension to hide AI/GPT related submissions from HN
usremane | 3 years ago | on: Click the Paw
usremane | 3 years ago | on: Fake IMDB credits
Internet helps man.
Man creates spam.
Spam destroys internet.
Spam destroys man.
Spam rules the world.
usremane | 4 years ago | on: Ask HN: Developers who switched careers, what are you doing now?
usremane | 4 years ago | on: Flight incident: Passengers titled ‘Miss’ counted as children [pdf]
usremane | 5 years ago | on: WhatsApp loses millions of users after terms update
It does not mean they use Signal. Because of the bubble, many of my friends have installed Signal, including myself, but continue to use Whatsapp. I personally use whatsapp only for very close people and I don’t want to break the chat history so switching to any other app is a bit disconcerting.
usremane | 5 years ago | on: Why Working from Home Will Stick [pdf]
usremane | 5 years ago | on: Apple's MacBook revival plan: Bring back old features
usremane | 5 years ago | on: U.S. to require negative Covid-19 tests for international air passengers
usremane | 5 years ago | on: Poll: Switching from WhatsApp
I have used drfone software on computer (mac) to transfer whatsapp data from android to iphone. It is a solid software with clear instructions.
#include <stdio.h> #define o putchar #define p main #define q(a) return a; #define r ) { #define s { #define t for #define u if #define v else #define w while
char x="a partridge in a pear tree.\ntwo turtle doves\nand three french hens, four calling birds, five gold rings;\nsix geese a-laying, seven swans a-swimming,\neight maids a-milking, nine ladies dancing, ten lords a-leaping,\neleven pipers piping, twelve drummers drumming, "; char y[]={"first", "second", "third", "fourth", "fifth", "sixth", "seventh", "eigth", "ninth", "tenth", "eleventh", "twelfth"};
int p() s int i=0, j, k, l; t(;i<12;i++) s printf("On the %s day of Christmas my true love gave to me\n", y[i]); j=0, k=0, l=0; t(;x[j];j++) s u(x[j]==' ' && (l==i || (l<i && x[j+1]=='\n'))) s u(!k)r k=1; o('and '); } v u(x[j]!='\n')r o(x[j]); } v r k=0; l++; } } o('\n'); } q(0) }