HackerTrans
TopNewTrendsCommentsPastAskShowJobs

omnipath

no profile record

comments

omnipath
·il y a 2 ans·discuss
Location is France, but remote. Is the position for anyone in the world, or French citizens only?
omnipath
·il y a 3 ans·discuss
"Excel as a format is an awful abomination of XML"

You and I may think so, but why would it matter for the end user?

"and the program itself is an awful experience that people just stick with due to a mix of Stockholm syndrome and inertia"

Disagree. For the purpose of what Excel was made for, it seems reasonable. Or rather, I've yet to see what benefits alternative experiences produce. For the vast 90% of users, Excel is a 1NF/2NF db, emphasized on visually viewing their data. It's dead simple to enter, dead simple to share, and reasonable easy to add some constraints, some linkage, and show data trends.
omnipath
·il y a 3 ans·discuss
Excuse me for presuming, but that seems to be a 1st world view of ARM SBCs usage. There are plenty of places in the world where this may be the only computer used until traveling aboard or higher education, so the ability to run actual 'desktop' applications, super cheap, plugged into peripherals, is still a worthy usage of a pi and its ilk.
omnipath
·il y a 3 ans·discuss
No, the article does not. I just rtfa and even Jeff is stating that once you pass the $100, you're in a different class altogether, and are competing with used mini pcs. He even mentions that trying to get a pi at MSRP isn't likely to happen any time soon, so even if we were to compare a $35 MSRP board to $150 board, the pi still has 2 advantages, cheaper price point (assuming MSRP PIs are available), and working software.
omnipath
·il y a 3 ans·discuss
Yeah, but I think you're underestimating what the grandparent post is saying. The people who would PAY for some of these functions are already making do with Excel. And microsoft has responded in kind by increasing Excel's ability to do, well, everything. I'm pretty sure if someone wanted to include those features the article is talking about on top of Excel, they would. Just last week, we saw someone add onto Excel a C# IDE with debugger, and posted about it here. It seems one's limit with Excel is only one's imagination.
omnipath
·il y a 3 ans·discuss
When it starts to actively harm or hinder you instead of help. If it's costing you time you don't have, resources you can't afford, or affecting your health, call it quits. Otherwise, at the very least, you'd maybe learn something new, and definitely have kept yourself entertained, regardless of its utility.
omnipath
·il y a 3 ans·discuss
Are you working on something as complex as the Linux kernel?
omnipath
·il y a 3 ans·discuss
No, I don't. Again, this seems to be a personal design/preference rather than a behavior git is forcing upon you, which is my point (This isn't a git issue, this is a development workflow that seems needlessly over complicated). When I do development locally, I only commit changes I want to keep. If there is something wrong, or code that needs to be modified, I make those changes, and then commit. When the work is done, if pressed upon me by the team, I rebase the local commits to a single commit before submitting a merge request.
omnipath
·il y a 3 ans·discuss
Huh? You only rebase when you're either:

* Trying to shorten commit history

* Trying to merge feature branches together (main or other feature branches)

* Trying to remove feature branches

None of which are necessary in a lot of development models. If you have that many feature branches that you have to rebase constantly, it doesn't sound like feature branches as a concept are properly understood.

The idea behind feature branching is one of 2 models:

1) either the main branch always works, and development is done in a feature branch, only to be rebased into main when development, testing, and sign off occurred, or

2) serious bug fixes occur outside the main branch, to be re-incorporated back into the main branch once it's been proven to be effective.

The 1st model should only require a rebase when the feature is complete. The 2nd model MAY require a couple of rebasing, dependent on how extensive the bug fixes are, and how fast the main branch is moving along, but not to the point where constant interactively rebasing your branches is the norm.
omnipath
·il y a 3 ans·discuss
No, it isn't. It's just a tool designed to work with complex software development workflows, which 90% of software projects do not need. 8 commands (pull, fetch, merge, push, add, commit, checkout and branch) are all you need to get going for git, which is like 2-3 more than what you need for svn/cvs. It's like getting upset that cars that are manual have an extra pedal (clutch) compared to automatic cars with their 2 (brake, accelerator).
omnipath
·il y a 3 ans·discuss
Correct.
omnipath
·il y a 4 ans·discuss
Medical Billing and Coding - I want at least one stream of income where I can work from anywhere, in case this downturn is severe enough to force my hands to come into an office.

Spanish - I want to be able to at least read on a 5th grade level.

Stocks - A general idea of what most of the terms mean.

Creative endeavors - Either drawing, music or writing. Something to escape with and have proof that it was an interesting journey.

Weight loss - Gained over 50lbs since the pandemic. Need to lose 3x time to get to a healthy weight.

I have many, many more, but these are the 5 I'm the most interested in.