Most active commenters

    ←back to thread

    1725 points taubek | 11 comments | | HN request time: 0.406s | source | bottom
    Show context
    oliwarner ◴[] No.35323842[source]
    I left Windows in a hail of Vista bugs, over a decade ago. I've seen it get worse and worse in that time, both in UX rot and anti-consumer "features".

    I'm almost impressed with what people willingly put up with.

    Not here to eulogize over what I moved to, but I think it's important people consider why they're still using Windows. It's not your friend.

    replies(25): >>35323955 #>>35323965 #>>35324039 #>>35324043 #>>35324084 #>>35324164 #>>35324166 #>>35324208 #>>35324306 #>>35324395 #>>35324506 #>>35324511 #>>35324612 #>>35324623 #>>35324638 #>>35324690 #>>35324705 #>>35325020 #>>35325068 #>>35325510 #>>35326228 #>>35326712 #>>35328686 #>>35331593 #>>35359281 #
    fxtentacle ◴[] No.35323965[source]
    Thanks to Valve and the Steam Deck, all games that I care about now run on Linux.

    I sadly still need to use Excel in a VM sometimes, because the text import crashes in Wine. But apart from that, this year has finally been the year of the Linux Desktop for me. And 3 months later, I can say that it's been a bliss :)

    PopOS feels exceptionally responsive. Looking back, it's hard to justify why Windows was feeling so sluggish on a PCI5 NVME with 64GB RAM and high-end GPU...

    replies(3): >>35324049 #>>35324200 #>>35324222 #
    1. miyuru ◴[] No.35324049[source]
    > I sadly still need to use Excel in a VM sometimes

    Any reason for not using Google sheets or similar?

    replies(3): >>35324154 #>>35324157 #>>35328537 #
    2. samtho ◴[] No.35324154[source]
    Sometimes it’s not up to the user if the company they work/contract for requires it.
    3. dzink ◴[] No.35324157[source]
    It is woefully behind if you have real number crunching to do.
    replies(1): >>35324741 #
    4. YurgenJurgensen ◴[] No.35324741[source]
    If you need to be doing 'real number crunching', you probably shouldn't be using any spreadsheet. Excel is not MySQL or Jupyter.
    replies(2): >>35325051 #>>35325586 #
    5. michaelt ◴[] No.35325051{3}[source]
    I think the Google Sheets devs would agree with you that spreadsheets shouldn't be used for anything serious. That's why it's missing such basic features as an X/Y scatter plot with a line - which is trivial in any other spreadsheet program.

    Personally when I have a few dozen data points and I want an X/Y plot with a line, I find a spreadsheet is a better tool than MySQL.

    replies(2): >>35325876 #>>35327837 #
    6. Takennickname ◴[] No.35325586{3}[source]
    MySQL and Jupyter don't have data visualization. Or are you saying the options are a) use google sheets, or b) learn to program
    replies(1): >>35326128 #
    7. anthk ◴[] No.35325876{4}[source]
    Gnuplot.
    8. empyrrhicist ◴[] No.35326128{4}[source]
    Jupyter absolutely includes data visualization, or rather all the major languages it supports do. But honestly, yes. Complicated work in excel is programming, it's just completely undebuggable since the logic is spread out invisibly in multiple grid dimensions, sheets, and macros.

    Give me a Jupyter notebook written in a language I don't yet know any day before you give me a complicated excel monstrosity.

    replies(1): >>35328111 #
    9. oneeyedpigeon ◴[] No.35327837{4}[source]
    Yup, I pretty much guarantee that Google Sheets is not intended for people who need X/Y scatter plots. I would theorise that 99% of Excel users don't require that feature either.
    10. tracker1 ◴[] No.35328111{5}[source]
    Not a Python guy at all, but a couple of my coworkers use Jupyter notebooks a lot, and it's definitely very cool.
    11. fxtentacle ◴[] No.35328537[source]
    I need to send out Excel files to clients and they need to display 100% perfect when the client opens them with their Microsoft Excel. So using Google Sheets or LibreOffice is a risk, because while they work 99% of the time, they tend to break with power-user Excel features like integrated resource links.