Slashdot Mirror


User: Junta

Junta's activity in the archive.

Stories
0
Comments
6,549
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,549

  1. Re:Forked twice in three years? on Node.js Forked Again Over Complaints of Unresponsive Leadership (thenewstack.io) · · Score: 1

    What's wrong with 'clone'? If you were using git direct, git clone is how you would start a new git repo for shared use too. It's probable that the 'fork' even has an 'origin' remote, or at least something equivalent since github has all those functions to do things like open pull request and it knows the 'upstream' to operate against.

  2. Re:Forked twice in three years? on Node.js Forked Again Over Complaints of Unresponsive Leadership (thenewstack.io) · · Score: 1

    A fork carries the connotation that you are diverging on an ongoing basis.

    A github fork is 99% of the time making a copy to facilitate pull requests, and nothing more.

  3. Re:Forked twice in three years? on Node.js Forked Again Over Complaints of Unresponsive Leadership (thenewstack.io) · · Score: 1

    Stems from github using the word 'fork' for 'clone'. It's a really unfortunate and confusing word choice that has nothing to do with git's vocabulary.

  4. Re:Eating the world, right? on Node.js Forked Again Over Complaints of Unresponsive Leadership (thenewstack.io) · · Score: 2

    Actually, in this particular case, when something like this happens with a traditional project, the users are generally totally oblivious. This isn't lack of technical advancement or relevance, it's about 'code of conduct' sorts of things. Occasionally a company will spill out, but it's generally more about the company than products of the company.

    Also the above wasn't a rip on open source, but an insinuation about NodeJS specifically, which at least some view as overhyped and will indulge in any excuse for schadenfreude at the expense of NodeJS as a reaction to that hype.

  5. Re:"double vacuum pressure" - WTF? on Elon Musk Posts First Photo of SpaceX's New Spacesuit (arstechnica.com) · · Score: 1

    On this particular point, I think I can be sympathetic. He's talking to the media and wanting this consumed by people who are likely to hear 'two atmospheres? that's crazy there's no atmosphere in space, is he an idiot?'.

    Meanwhile, the people who know that to be inappropriate phrasing quickly knew what he was trying to say.

  6. Re:"Was incredibly hard to balance aesthetics... on Elon Musk Posts First Photo of SpaceX's New Spacesuit (arstechnica.com) · · Score: 1

    I'm skeptical that *any* space suit is a part of a mass market space travel future.. So long as there is a risk of decompression severe enough to warrant the precaution of wearing a spacesuit, I don't see it as being a 'common occurance'.

  7. I'll agree that allowing by the application doesn't make sense, and the thing that really makes sense is the same pattern seen in dnf/yum/apt: You add trusted repositories.

    Trusting the package signatures is a challenge as an exploitable package might have a valid signature and the mechanism to mitigate damage is generally to remove it from the repositories from spreading, rather than some impractical package signature revocation process.

  8. Re:"Do What You Love and the Money will Follow" on People Start Hating Their Jobs at Age 35, Study Says (bloomberg.com) · · Score: 2

    The do what you love and money will follow is pretty much:
    https://xkcd.com/1827/

    I will say I have been fortunate in this regard personally, but statistically speaking, doing what you love will leave you broke.

  9. Re:I hate electron apps... on In Defense of the Popular Framework Electron (dev.to) · · Score: 1

    Or conversely, you can develop the webapp and not try to pretend it's a native executable because a webapp in an exe isn't really distinct from a webapp in a browser, but it is a fair amount more maintenance work to bother.

    If you want a desktop app specifically, design in a way that delivers something of value over hosting it in the users web browser. Getting an 'application' that is just a webpage in an exe file seems like the developer is being patronizing toward 'luddite' users that want to hold on to their applications instead of using the obviously superior webapps they should be using. It's annoying because you want a decent efficient well designed application and they slap a web page at you and consider the matter settled.

  10. Re:C++ has more of an installation approval barrie on In Defense of the Popular Framework Electron (dev.to) · · Score: 1

    Using a cross-platform framework does not save you from having to make some effort to support other platforms, whether it's C++ or Java or electron. For example, you have changes like this in Atom that are having to support specific platforms:
    https://github.com/atom/atom/c...

    And you have platform specific issues still:
    https://github.com/atom/atom/i...
    https://github.com/atom/atom/i...
    https://github.com/atom/atom/i...

    So the statement that electron saves you from having to make any effort to support other platforms is just wrong. We went through all of this when Java appeared on the scene, with the 'develop once run anywhere' and subsequent attempts at that vision have not fared that much better.

    Sure with C++ you have to bother to build for each supported platform, but there do exist cross-platform APIs to target that are approximately the same amount of work to create and support as Electron and Java, which is not zero for any 'magic bullet' people want to claim...

  11. Re:I hate electron apps... on In Defense of the Popular Framework Electron (dev.to) · · Score: 1

    The issue being if you have to develop a web app, then what are you trying to accomplish with the 'stand alone' app?

    If you just port the webapp to an executable package, why even bother? For example, as I said in mattermost, why bother with the app when the webapp is *the exact same thing*.

    If you are writing something that won't really work as a browser app because it's doing something like manipulating your own files (e.g. atom), then it's never going to be a webapp, so why pretend it is?

  12. I hate electron apps... on In Defense of the Popular Framework Electron (dev.to) · · Score: 4, Insightful

    So far my experience has been atom and mattermost desktop.

    For atom, everyone was swearing*so hard* about how good an editor it is, and it's frankly not that good, a resource hog, and just generally a bit glitchy around the edges. Slow to start. Sure it's 'extensible', but the extensions have thus far for me been extremely ill-fitting and low quality. It reminds me of the 'plugin' fad of the late 90s/early 2000s when a lot of applications pretended to be incredibly extensible but really it was just providing clunky entry points to pretty much standalone apps.

    For mattermost, it was basically loading the web gui in an app.... no value over the 'normal' web gui. For atom at least you have the excuse you are dealing with offline material so a 'normal' browser hosted approach doesn't fit, but in mattermost you are connecting to a server anyway. I might have found other reasons to be dissatisfied, but the complete lack of benefit over the browser version just made my interest evaporate.

    I don't understand the fascination with using the web development trappings when you don't have to. It's one of the most tedious approaches to application development.

  13. Re:We Are Walking Away From HP, Says Continuum on We're Not Walking Away From Continuum, Says HP (theregister.co.uk) · · Score: 4, Interesting

    As an owner of the Pre (who actually did go begrudingly to Sprint), I'll agree, though WebOS at least was more robust UI and multitasking wise compared to Android and Apple, though frustratingly enough Palm was too invested in javascript+html only app, and only later added native app support (which was kind of neat in a way since it was SDL and very familiar to a Linux game developer, but only neat to Linux game developers really...)

    And yes, the concept when they announced WebOS promised seamless capability that wouldn't appear for years in reality, and if they had pulled that off, that would have been neat.

    I'm skeptical there was room for another monolithic vendor, though. Apple certainly is that, but I think that is the good fortune of being peerless when launch. If iPhone launched 2 years later, I suspect even Apple wouldn't have broken into the market.

  14. Re:We Are Walking Away From HP, Says Continuum on We're Not Walking Away From Continuum, Says HP (theregister.co.uk) · · Score: 1

    I would say the vast majority of the iPhone users don't really think about any desktop at all. Sure there are people who swear by it, just as there are people who wouldn't even think about using Android without adb or similar, but the market is dominated by that...

  15. Re:We Are Walking Away From HP, Says Continuum on We're Not Walking Away From Continuum, Says HP (theregister.co.uk) · · Score: 1

    Well, guess I should be more specific, most mobile users don't care *that* much about being able to do sophisticated things with it, or fret much about how much data is the same/different on their handheld versus their desktop.

  16. Re:We Are Walking Away From HP, Says Continuum on We're Not Walking Away From Continuum, Says HP (theregister.co.uk) · · Score: 2

    They probably think even trying to do WebOS at all was a bad idea, and might have been right, it might have been too late (Android and iPhone pretty much had gotten entrenched and no one has been able to displace it.

    Basically that was Hurd's ambition not even getting a chance to try to be realized. He had a significant interest in revamping HP's consumer products, including having a complete mobile platform, but Apotheker didn't care about consumer, and especially not mobile, so it rotted on the vine.

    I'm skeptical that it would have worked out, but the timing with Apotheker meant there wasn't even a sincere attempt.

    My opinion, people don't care *that* much about their mobile platform to care so much about desktop usage or integration.

  17. Your proposal: $3B in ad revenue - $3B in development, hosting and indexing = $0 profit.

    Well, actually, that shouldn't be the case.

    Presumably there's more revenue than that, else Google probably wouldn't do it.

  18. I don't use iOS, so I don't know if the default search engine is readily changed, however...

    Windows defaults to Bing and Edge. No one cares about the defaults and quickly changes it over to something else because it's trivial to do. Google does not pay MS probably due to some combination of:
    1) MS won't do it for any price because they want Bing to suceed
    2) Google already *knows* how ineffective having the default in Windows seems to be from evidence, so it's not worth much

    With iOS, it's a big unknown. Google is not sure how much the loyalty to search engine will carry over in a mobile device where the search engine branding is somewhat mitigated and in general settings are a bit more tucked out of the way than desktop. Apple doesn't even pretend to have a horse in the race of search (yet), so they are perfectly willing to sell their default to the highest bidder for now.

  19. Now, why are both my hands in the air again?

    Like you just don't care?

    I don't want to know how you are typing with both your hands in the air.

  20. Re:maybe time to dust off some of those protocols. on I Bought a Book About the Internet From 1994 and None of the Links Worked (vice.com) · · Score: 2

    The answer is going to be pretty similar on all counts.

    In general, the browser implementations have some pretty established things you can do from javascript, and those rule the reality. So in general:

    1. NNTP: The binary and text being mixed together was weird. Either way, a standardized API accessible over https could fill this role. In fact I wonder about the popular board implementations and they likely have APIs. Or else they get disabled because advertising is easier to inject into web pages.
    2. Could do something with the likes of mattermost.
    3. Not really a network protocol...
    4. They have multpiple CAs, but no ability to require multiple..
    5. Those were the days... Haven't had to print anything in soooo long though...

  21. Re:$4k/yr/student? on MIT Team's School-Bus Algorithm Could Save $5M and 1M Bus Miles (wsj.com) · · Score: 1

    It does seem excessive, and there's probably a story behind that... Probably not quite right or missing something...

    But generally speaking, reducing the number of students on the buses by 1/3 would probably not amount to 1/3 cost savings.

    For example, if a school bus cost $70k and it is carrying 70 students, that bus does not cost $10k if you get 60 students to stop riding. Same goes for a lot of the expense and capital costs associated with running that transportation, I would think.

  22. While I too am skeptical... on Wisconsin Won't Break Even On Foxconn Plant Deal For Over Two Decades (theverge.com) · · Score: 1

    Mainly that Foxconn has a history of bailing out and it's highly likely they will bail if not before even starting, not too long down the road. Also, even if not bailing out, it means robots in here instead of overseas. Getting all excited about this as the glorious return of mfg to the US is crazy,

    But people act like tax breaks are giving them money, rather than electing not to take as much money. So the claim about 'breaking even' really only applies if there was some other company was going to spend 10 billion dollars, pay the full tax rate, *and* were somehow unwilling or unable to do so because of the Foxconn deal.

    I don't know what the ultimate tax bill is, but let's say it's 100 million dollars to have something to speak to. The government could have had 1% of 10 billion, or 30% of 0 dollars. It's doubtful that such a plant would represent 3 billion dollars of govermnent spend burden (e.g. lots of new roads or such). It's more likely that $10 billion is just well in excess of usual spend, so a 30%+ rrepresents better the increased government costs for smaller investments and it doesn't scale up linearly.

  23. Re:Text Message??!?! on Salesforce Fires Red Team Staffers Who Gave Defcon Talk (zdnet.com) · · Score: 2

    It said 'later on stage', so they might have learned after the fact and decided to fight then.

    Of course, it's hard to imagine they would be completely oblivious to what was likely a controversial discussion...

  24. Re:At-Will Employment on Salesforce Fires Red Team Staffers Who Gave Defcon Talk (zdnet.com) · · Score: 5, Insightful

    Well, at least around here, if I give them two weeks notice, then I'll give them two weeks of my time.

    If they lay me off, they will give me 6 months of pay.

    I don't mind being kicked out of the building, I care about my pay.

  25. Well, not always sexism.. on In Response To Anti-diversity Memo, YouTube CEO Says Sexism in Tech is 'Pervasive' (theverge.com) · · Score: 3, Insightful

    I've had my comments frequently interrupted and my ideas ignored until they were rephrased by

    While this may be sexism at work and there certainly is sexism in the field, pretty much everyone experiences having their thoughts interrupted and ignored until rephrased by someone else, with someone else getting the credit for those thoughts.