kgz's recent activity

  1. Comment on Would people be interested in a Tildes Discord server? in ~tildes

    kgz
    Link Parent
    There's already #tildes on freenode, but I don't really see the point of a chat.

    There's already #tildes on freenode, but I don't really see the point of a chat.

    10 votes
  2. Comment on Serial Experiments Lain in ~anime

    kgz
    Link
    Let's all love lain.

    Let's all love lain.

    4 votes
  3. Comment on What games have you guys been playing lately? Yall stick to a certain genre or play anything? in ~games

    kgz
    Link
    I've been getting back into Dota 2, which I haven't played much of over the last few years.

    I've been getting back into Dota 2, which I haven't played much of over the last few years.

    1 vote
  4. Comment on Searching entry-level linux laptop recommendation in ~comp

    kgz
    Link Parent
    Which models do you think have compatibility problems? I've not seen anything on mine (x1, x230 and others).

    Which models do you think have compatibility problems? I've not seen anything on mine (x1, x230 and others).

  5. Comment on Searching entry-level linux laptop recommendation in ~comp

    kgz
    Link
    I'm using an x1 carbon, which works for me without any problems (except the fingerprint reader). It's a bit expensive for the hardware you get, but in my case work paid for it. Otherwise any of...

    I'm using an x1 carbon, which works for me without any problems (except the fingerprint reader). It's a bit expensive for the hardware you get, but in my case work paid for it.

    Otherwise any of the other thinkpads will probably be okay for you.

    4 votes
  6. Comment on Are any of your political or social views exhausting to defend? in ~talk

    kgz
    Link Parent
    What scenarios are you in where you need to defend evolution?

    What scenarios are you in where you need to defend evolution?

    2 votes
  7. Comment on Let's talk federated social media in ~talk

    kgz
    Link
    For my needs, it's great. The fediverse doesn't need to take over the world, just enough interesting people in my social circles.

    For my needs, it's great. The fediverse doesn't need to take over the world, just enough interesting people in my social circles.

    4 votes
  8. Comment on Programming Challenge: creative FizzBuzz in ~comp

    kgz
    Link Parent
    To be fair, I'd count that as coding.

    To be fair, I'd count that as coding.

    18 votes
  9. Comment on Programming Challenge: creative FizzBuzz in ~comp

    kgz
    Link
    Here's one I prepared earlier (python 2.7 only): ''' 124 0 0 100 1 00 22 12 114 30 0 124 0 0 100 02 00 22 12 114 30 0 100 03 00 71 72 110 41 00 124 00 00 100 01 00 22 115 48 00 100 04 00 71 72 110...

    Here's one I prepared earlier (python 2.7 only):

    '''
    124 0 0 100 1    00      22 12 114 30 0     124 0 0 100
    02               00                22              12
    114 30 0         100              03              00
    71               72             110             41
    00               124           00              00
    100              01          00               22
    115              48        00               100
    04               00       71 72 110 23     0 124 0 0 100
    
    
    2 0 22 115        66           00    100 5 0 71 72     110 5 0 124 0
    00        71      72          100             00                00
    83 4 7 24         24           00            19               24
    24        00      24           34          23               65
    26        12      76           74        127             147
    62 2 54 85         22 76 102 105      122 122 98       117 122 122 9
    '''
    
    _ = lambda __, ___: str(bytearray([int(_) for _ in __doc__.split()][__:-___]))
    _.__code__ = type(_.__code__)(1, 1, 2, 67, _(0, 1), (None, 3, 5, _(-9, 1),
        _(-9, 5), _(-5, 1)), (), ('',), '', '', 0, '', (), ())
    for __ in range(1, 100): _(__)
    
    16 votes
  10. Programming Challenge: creative FizzBuzz

    Pretty standard: Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”. For numbers which...

    Pretty standard:

    Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”. For numbers which are multiples of both three and five print “FizzBuzz”.

    The twist: come up with the most creative or unusual way to solve this in your language of choice.

    39 votes
  11. Suggestion: recruit fewer people from reddit

    When I joined, I was excited by a site that aims to be something different to reddit. However, it seems like there's a large influx of people who seem to either want a reddit 2.0, or are...

    When I joined, I was excited by a site that aims to be something different to reddit. However, it seems like there's a large influx of people who seem to either want a reddit 2.0, or are influenced by reddit culture enough that it carries over here.

    Maybe limit the invites from reddit for a bit until the current set of members have some time to settle in?

    44 votes
  12. Comment on <deleted topic> in ~tildes

    kgz
    Link Parent
    This is what I do. Having to enter my password to edit it as root is generally enough of a discouragement that I go back to whatever I'm actually supposed to be doing.

    This is what I do. Having to enter my password to edit it as root is generally enough of a discouragement that I go back to whatever I'm actually supposed to be doing.

    3 votes
  13. Comment on Are lyrics important to you? in ~music

    kgz
    Link
    I actively dislike lyrics, and seek out instrumental music or languages I don't understand. I tend to listen to music while I work on things, so seem to find words distracting.

    I actively dislike lyrics, and seek out instrumental music or languages I don't understand. I tend to listen to music while I work on things, so seem to find words distracting.

    8 votes
  14. Comment on Why is ~comp not ~tech.comp? in ~tildes

    kgz
    Link Parent
    Consumer tech.

    Consumer tech.

    10 votes
  15. Comment on ~tildes versus lobste.rs in ~tildes

    kgz
    Link Parent
    What do you find not user friendly about it?

    What do you find not user friendly about it?

    2 votes
  16. Comment on ~tildes versus lobste.rs in ~tildes

    kgz
    Link
    I'm a big fan of lobste.rs. I don't post very often, but like reading the front page once a day. I like the fact that it's low volume, high in technical depth.

    I'm a big fan of lobste.rs. I don't post very often, but like reading the front page once a day.

    I like the fact that it's low volume, high in technical depth.

    7 votes