What's /g/ getting from Santa-San?
Maki a shit
>>52030443
Don't hate on the cute idols.
The sweet embrace of death
Is this seriously the worst language ever conceived?
Or is it just my imagination that websites have been getting slower and slower for the past couple of years.
if websites do it correctly then only the initial load should be slow, the rest should only be API calls which should be very fast and lightweight.
100% of javascript is unnecessary
>>52081369
>slower and slower
to a fucking crawl sometimes
>>52081399
>only the initial load
initial load of unnecessary shite that usually detracts from the intractability
>>52081399
I'm not a smart man. But shouldn't that initial load be asynchronous, i.e. unnoticeable in the background?
>almost 2016
Linuxfags can still not scroll the way it is ment to be
Why do you even have a Thinkpad?
>>52080612
That's literally the worst way to scroll.
>>52080666
you dont use it? Lol enjoy your RSI.
All i do is click the middlemouse button, and move the mouse up and down slightly.
comfiest way to browse
not switching to native linux until they fixed this bug
The 4 way scrolling is on Linux though, the fuck you're talking about
What are you working on, /g/?
Old thread: >>52076772
>>52080391
u losed
fuck you for using an anime picture
memes are a meme
>Christmas eve
>He is browsing /g/
What are you currently doing, /g/?
Browsing /g/.
>>52029373
listening to this
https://www.youtube.com/watch?v=WZRe8-4hMtI
Taking a shit.
Previous thread: >>52057844
Other business laptops are also welcome in /tpg/ (e.g. Dell Latitude/Precision, HP EliteBook/ZBook).
If you're looking for purchase advice, READ THE BUYERS GUIDE FIRST. Then post, stating budget and requirements (e.g. size and performance).
Don't buy anything OTHER THAN T, X AND W/P SERIES if you want the Real ThinkPad Experience™
Recommended models:
T420 - 14", normal size
X220 - 12.5", lightweight
----
No news.
----
Why ThinkPad? (also applies to other business laptops)
>They’re really cheap when you buy a used one.
>Keyboards feel excellent while typing (yes, even the newer ones).
>Great durability thanks to the inclusion of rollcages and use of glass fiber reinforced plastic for the chassis. The keyboard is splash proof and spilled liquids will drain out.
>Utilitarian design - e.g. indicator LEDs, 7 row keyboard layout on older models.
>Docking solutions that easily turns your laptop into a desktop.
>Easy to repair, upgrade and maintain thanks to readily available service manuals for almost every model. Spare parts are easy and cheap to obtain.
>The best trackpoint (that red thing on the middle of the keyboard). Great for those who type a lot or hate swiping their fingers all over a touchpad.
>Excellent GNU/Linux & *BSD support.
----
Used ThinkPad Buyers Guide:
http://ktgee.net/tpg
EPP discount for new ThinkPads (USA & Canada only, usually 15%+ off):
http://pastebin.com/wumE7L2f
ThinkWiki - Info on ThinkPads and running GNU/Linux on them:
http://www.thinkwiki.org/wiki/ThinkWiki
ThinkPad service guides w/ tutorial videos:
https://www.lenovoservicetraining.com/
first
>What Thinkpad do you have and why that model?
>Which OS(s) do you use and why?
>What do you use it for?
>Do you use a HDD or a SSD and why? What capacity and why?
>Do you use your M-SATA slot? If so, what capacity and why?
>How much RAM do you have?
what's your thinkpad's hostname?
Weebs >>>/out/ edition
Old thread: >>52018501
Not sure what private trackers are all about?
Check out the wiki and update it yourself if you want more instead of complaining like a fucking faggot. https://wiki.installgentoo.com/index.php/Private_trackers
How to get into private trackers (and survive): http://pastebin.com/5tw1E2ky
Paths to get into trackers: http://pastebin.com/D74UA1UK
What.CD Interview Notes: http://pastebin.com/Wgz6T7ta
https://www.whatinterviewprep.com/
Trackers doing festive activities
http://pastebin.com/yK4ifpcf
Various tracker IRCs and sites open for signup
http://pastebin.com/Y6X9Vjdx
Use >>>/g/ptg as a link to find the /ptg/ thread.
Remember the following:
>staff occasionally read these generals and have posted here before.
>staff may pretend to be normal users asking for invites and when you invite them, they ban you for inviting strangers
>people may report emails and other personal info posted here to staff to get you banned.
>most of the invite offers here are people trolling you with false hope - begging for invites is a waste of time and you should just interview
First for Rippy picks on What
3rd for Desi.CD
>>52026633
/collages.php?id=30855
Okay /g/,
Here's your programming challenge for the day. Write a program that prints out all of the occurrences over the next 200 years in which the binary form of the year is a palindrome.
Pic related, my solution in Java.
Use any language. The shorter the solution, the better.
>>52067885class Palindrome {
public static void main(String[] args) {
String binary = "";
String output = "";
for (int i = 2015 ; i <= 2215; i++ ) {
binary = Integer.toBinaryString(i);
if (isPalindrome(binary))
output = i + " ";
}
System.out.println(output);
}
public static boolean isPalindrome(String binary) {
StringBuffer rev = new StringBuffer(binary).reverse();
String strRev = rev.toString();
return (binary.equalsIgnoreCase(strRev));
}
}
Is it cheating to use a built in tibinary function? Isnt that the only involved part of this challenge? Top kek
>>52067983
I don't suppose it's cheating. Feel free to write your own though.
Cleaning is a federal crime, show it as it is
I'm trying to change this style and I've ran into a wall, does anyone know how I could remove everything in the picture while preferably keeping the search?
>>52082088
Such a waste of a life
R8 Edition
can /bst/ recommend me a lounge chair around 300 for animu, music, and reading?
Not much but its MINE!
>No linux fags
>>52073648
Piss off
>>52073760
This looks like shit
Post useless products.
Hi.
>This was with a fan
almost christmas edition
Buyer's Guide:
http://pastebin.com/QJD7fSGU
>Where to Buy:
http://pastebin.com/8Yku80VL
>FAQs:
http://pastebin.com/M5w7QtKp
Old thread >>52009567
Who here is /ducky/ ?
Not the best keyboard out there, but I got Cherry MX Blues for just $70.
Sup guys.
Friendly reminder that topres are objectively the best typing experience money can buy, and by extension, that means a high quality rubber dome keyboard >>>>>>>> mechanical switches any day of the week.
Why do you hate money?
/g/ i'm making progress with something you might like, some time ago i found this nifty little program that could change your terminal colorscheme ( if you use xterm or urxvt ) via Xresources made in python, it had no graphical UI whatsoever, i will change that and when the time comes i'll share it with you, since the author of the original program cannot be contacted, i would be more than happy if one of you IS the creator of this thing, so I can credit the right person for the cli program.
other than that, new desktop thread
why?
too early, delete this
Reminder to use ram filesystems for everything
what will you get yourself for Christmass?
>>52021266
Makes people doubt you're alcoholism if its expensive
>>52021328
But are you alcoholism?
I loaded my Steam account with £20 of credit to spend during the sale.