Slashdot Mirror


User: Bringer128

Bringer128's activity in the archive.

Stories
0
Comments
15
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 15

  1. Help an ISP and use a VPN on Australian ISPs Not Ready For Mandatory Data Retention (abc.net.au) · · Score: 1

    The metadata retention scheme requires the storage of:
    - Connection open time and duration
    - Your location
    - Total amount of data sent/received during the connection
    - Your IP address
    - * Does not require collecting the destination IP address, but it will be more effort to strip this out with lots of tools

    So if you're web browsing lots from home or making lots of connections to servers an ISP has to store lots of records. However, they only need one database row for your VPN connection!

    Then ISPs could offer discounts to VPN users as they reduce the amount of metadata needing to be collected.

  2. Obligatory post for all Unicode articles on Unicode Consortium Looks At Symbols For Allergies · · Score: 3, Interesting

    https://modelviewculture.com/p...

    The above article shows how ridiculous it is to have these emojis in the Unicode standard when they are missing letters in multiple eastern alphabets.

  3. Re:diversity on Linux 4.2-rc1 Is One of the Largest Kernel Releases of Recent Times · · Score: 0

    I know you're trolling, and I shouldn't bite, but I'm just going to leave this here: https://t.co/g2o2hTkjZQ

  4. Re:The problem is that landfills are too cheap on Recycling Is Dying · · Score: 1

    Plastic is quite easy to recycle nowadays. In Australia most supermarkets have contracts with soft plastic recyclers to recycle returned plastic bags. Any hard plastics are recyclable into many things. I've seen quite a few examples of easy-to-maintain faux wood products like railings etc. that are made from recycled hard plastic.

  5. Re:The problem is that landfills are too cheap on Recycling Is Dying · · Score: 1

    Glass - It's not financially worth it to make new bottles with glass anymore. In my local council (in Australia) it is crushed and recycled for roadbase so you don't need to sort it by colour anymore.

  6. Yes, but does it matter? on Are Girl-Focused Engineering Toys Reinforcing Gender Stereotypes? · · Score: 1

    I know quite a few people who are in charities specifically dedicated to increasing the pipeline of women into STEM. I can say most of these people are excited whenever a "girl focused engineering toy" comes out as they can use it as a way to get girls engaged in workshops.

    I'm not talking about Pink Legos or Pink Dump Trucks, but tools like Jewliebots that are "girly" things that are programmable or otherwise have some kind of STEM related focus. Getting girls to enjoy a fun workshop where they program robots or jewelry and then using this as a way to introduce them to the concept of engineering is a great way to teach them what engineering actually is.

    This is the biggest problem these kinds of groups are trying to solve - girls in school often aren't told what engineering is.

  7. Re:WWDC Means... on WWDC 2015 Roundup · · Score: 1

    I've never seen it, but I've only been lurking about 6 years...

  8. Basics on How Much JavaScript Do You Need To Know For an Entry-Level Job? · · Score: 1

    The basics of JavaScript you need to know are:

    • How to use arrays (push, pop, shift, unshift)
    • How type conversions work (i.e. if you do 1 + "2" vs "1" + 2 vs "1" + { valueOf: function(){ return 7; }})
    • When to use == and === and what if(variable) really means
    • What "this" means in all potential contexts (libraries help with this, e.g. JQuery and D3.js use 'this' as another method argument)

    Then, you need to learn the basics of the libraries that are advertised in the job posting, which will likely be:

    • The basic raw DOM stuff (e.g. document.getElementByxxx)
    • Basic JQuery stuff (e.g. $(".foo") and operations on selections)
    • Other library stuff (e.g. if they use Angular, learn the difference between services and factories, between controllers and directives etc.)

    Finally, you need to know how to look stuff up on Mozilla Developer Network, which is the only JavaScript documentation worth looking at anymore.

  9. Re:Websites already hosted in Facebook's mobile on Facebook Wants to Skip the Off-Site Links, Host News Content Directly · · Score: 1

    I think you got caught on my use of the word "hosted". They do not host the content, but they do own the browser you view the content with and as such this increases their ability to track your viewing patterns.

  10. Websites already hosted in Facebook's mobile on Facebook Wants to Skip the Off-Site Links, Host News Content Directly · · Score: 3, Interesting

    Websites are already hosted in Facebook's mobile browser. They've done this to speed up the performance on phones, as swapping apps takes time. They also get to then track which links you click on further, which is great for their targeted advertising.

    This is the next logical step: move towards hosting the entire internet inside Facebook.

  11. Re:A first: We should follow Germany's lead on 'We the People' Petition To Revoke Scientology's Tax Exempt Status · · Score: 1
    Churches don't need to apply for 501(c)3. See http://www.forbes.com/sites/pe... specifically:

    (1.) Churches are not required to file an application for recognition of tax-exempt status. .

    (2.) Churches are not required to file an annual information return. . [i.e. Form 990]

    (3.) Ministers of the gospel are able to receive a parsonage allowance.

    (4.) Salaries of ministers of the gospel are exempted from income tax withholding and FICA taxes.

    (5.) The IRS is required to follow specific procedures when examining a church

    and the associated argument by the Athiest group in that case:

    The Atheists argue that as a direct consequence of the IRS’s allegedly discriminatory policies, they are injured by being forced “to (1) submit an application for exemption, (2) file Form 1023, or (3) pay the 501(c)(3) application fee that is up to $850,” which establishes their injury is concrete and particularized, and far from conjectural or hypothetical.

  12. Re:Lower taxes on Google, Apple and Microsoft Squirm As Global Tax Schemes Scrutinized · · Score: 1

    Does your government give you a breakdown of your income tax of where it is spent? In Australia the largest single bucket goes to aged pension and aged care (13.75%). This bucket is 2-3x what we spend on defence. See http://www.abc.net.au/news/201...

  13. Re:"Maybe?" on PayPal Freezes MailPile's Account · · Score: 1

    I've heard posting will undo a moderation; apologies I didn't mean to down vote you (and I can't undo it!)

  14. Re:Hey I know! on Scientists Create 'Fastest Man-Made Spinning Object' · · Score: 5, Funny

    No, a cat with a peanut butter sandwich attached to its back.

  15. How did this pass moderation? on The Greatest Keyboard Shortcut Ever · · Score: 5, Insightful

    How is a combined keypress (Ctrl+Shift+T) that is supported by the major browsers worthy of a news article? Even with my low UID this is the lowest of the low I've seen on Slashdot...