Seenthis
•
 
Identifiants personnels
  • [mot de passe oublié ?]

 
  • #u
  • #us
  • #use
RSS: #user

#user

  • #username
  • #userscript
  • #user.js
  • #useradd
  • #useragent_sniffing_webkit_safari_browser_clevermarks
  • #usermod
  • #usermittler
  • #user_
  • #user-
0 | 25 | 50 | 75
  • @nightingale
    nightingale @nightingale via RSS 28/09/2021

    Why #mental_models Matter in Data Visualization
    ▻https://nightingaledvs.com/why-mental-models-matter-in-data-visualization

    My three year-old son once told me, “I know how computers work: when you press a button on the keyboard, it pulls a string inside..

    #How_To #user_experience #UX

    nightingale @nightingale via RSS
    Écrire un commentaire
  • @nightingale
    nightingale @nightingale via RSS 6/08/2021

    Highlights from the DVS #Accessibility Fireside Chat
    ▻https://nightingaledvs.com/highlights-from-the-dvs-accessibility-fireside-chat

    On July 28, 2021, the #Data_Visualization Society hosted a Fireside Chat to discuss accessibility in data visualization. I moderated a panel of #Community members..

    #How_To #skill_development #usability #user_testing

    nightingale @nightingale via RSS
    Écrire un commentaire
  • @cy_altern
    cy_altern @cy_altern CC BY-SA 4/08/2021

    How to add user to a group on command line ? - Ask Different
    ▻https://apple.stackexchange.com/questions/13132/how-to-add-user-to-a-group-on-command-line

    Utilisation de l’utilitaire en ligne de commande dseditgroup pour ajouter/supprimer un utilisateur à un groupe sur MacOS (l’équivalent de useradd / usermod sous Linux)
    Pour mémoire : ajouter l’utilisateur toto dans le groupe wheel :

    dseditgroup -o edit -a toto -t user wheel

    Voir aussi la man page de dseditgroup : ▻https://ss64.com/osx/dseditgroup.html

    #dseditgroup #macos #groupe #useradd #usermod #wheel

    cy_altern @cy_altern CC BY-SA
    Écrire un commentaire
  • @cy_altern
    cy_altern @cy_altern CC BY-SA 20/11/2020
    1
    @rastapopoulos
    1

    Thunderbird:OpenPGP:Migration-From-Enigmail - MozillaWiki
    ▻https://wiki.mozilla.org/Thunderbird:OpenPGP:Migration-From-Enigmail

    Le passage à la version 78 de Thunderbird avec la suppression du module Enigmail « remplacé » par une gestion intégrée de GPG est une catastrophe (en tout cas avec Windows)...

    GnuPG vs. RNP and key storage
    Thunderbird no longer uses the external GnuPG software. Previously, all your own keys and the keys of other people were managed by GnuPG, and Enigmail offered you to view, use and manage them. Now that Thunderbird uses a different technology, it’s necessary to perform a migration of your existing keys from GnuPG into Thunderbird’s own storage (inside the Thunderbird profile directory). Thunderbird will uses its own copy of the keys, sharing your keys between Thunderbird 78 and GnuPG currently isn’t supported. (Exception: There is an optional mechanism to use GnuPG with smartcards. It’s disabled by default and needs more testing.)

    ...ce qui entraîne que si vous gérez vos clé GPG avec GnuPG, celles-ci ne sont plus disponibles automatiquement sous Thunderbird. Et régulièrement (environ toute les semaines ?) il faut refaire l’import de votre clé privée dans TB...
    Pourtant :

    Experimental in 78.0, but stable in the near future
    If you’re reading this before OpenPGP has been declared as a stable feature in Thunderbird 78.x (expected for the 78.2 release end of August 2020), then please consider to stay with Thunderbird 68 and Enigmail for another while, especially if you depend on the security of OpenPGP and are worried about correct behavior.

    ...mais on est maintenant à la 78.4 et c’est toujours autant n’importe quoi !
    ...et pire encore sur la FAQ de TB 78 :
    ▻https://support.mozilla.org/fr/kb/openpgp-thunderbird-guide-faq#w_jai-besoin-dutiliser-gnupg-et-thund

    J’ai besoin d’utiliser GnuPG et Thunderbird en parallèle, puis-je synchroniser mes clés ?

    Non. Pour l’instant, Thunderbird utilise sa propre copie des clés et ne prend pas en charge la synchronisation des clés avec GnuPG. L’exception est le mécanisme proposé pour les cartes à puce, qui pourrait servir à utiliser les clés personnelles gérées par GnuPG.

    pfff... on est au summum du anti-user-friendly là !
    (et GPG pour M./Mme Michu hé ben ça n’est pas gagné !)

    #thunderbird #GnuPG #GPG #Enigmail #fail #user-friendly

    cy_altern @cy_altern CC BY-SA
    • @rastapopoulos
      RastaPopoulos @rastapopoulos CC BY-NC 25/11/2020

      oula j’ai pas beaucoup de clés, mais quand même 3 à moi pour 3 adresses, et ça ferait chier de galérer ou perdre des choses. Pour l’instant je suis toujours en 68, Ubuntu ne met pas à jour, sûrement parce que pas clair justement

      RastaPopoulos @rastapopoulos CC BY-NC
    Écrire un commentaire
  • @linuxfr
    LinuxFr.org @linuxfr CC BY 23/05/2020
    2
    @cy_altern
    @tofulm
    2

    Bien démarrer avec GnuPG
    ▻https://linuxfr.org/news/bien-demarrer-avec-gnupg

    NdM : la dépêche est tirée du journal personnel de l’auteur, complétée des premiers commentaires suscités.

    Suite à une diatribe de ma part à l’encontre de la mauvaise qualité de beaucoup de tutoriels consacrés à GnuPG, on m’a suggéré de créer le mien. Alors, without further ado, le voici. lien n°1 : Journal à l’origine de la dépêchelien n°2 : Site de GnuPGlien n°3 : Blog de l’auteur : la carte openpgpSommaire

    Installation de GnuPG Générer sa clef

    Que faire après avoir créé sa clef  ? Sauvegarder les clefs Mettre à l’abri le certificat de révocation

    Diffuser la clef publique Les serveurs de clefs SKS Le serveur keys.openpgp.org Autres méthodes de distribution

    Chiffrer, signer des fichiers Chiffrer un fichier Signer un fichier Déchiffrer, vérifier un fichier

    Chiffrer, signer des e-mails Obtenir la clef d’Edward (...)

    LinuxFr.org @linuxfr CC BY
    • @cy_altern
      cy_altern @cy_altern CC BY-SA 25/05/2020

      Enfin un tutoriel clair et complet pour utiliser GnuPG (valable pour Linux / MacOS / Windows)

      Voir aussi la man page de gpg en français : ▻http://www.linuxcertif.com/man/1/gpg

      Notes pour les Windowsiens·ennes utilisateurs·trices de Gpg4win (le GUI de GnuPG pour Windows) : la modification d’expiration des sous-clés d’une clé privée n’est pas gérée par Kleopatra : il faut donc passer par la version en ligne de commande de Gnupg.
      ...sauf que le répertoire utilisé comme HOME par la commande gpg ... (C :\Users\toto\.gnupg) n’est PAS celui utilisé par Gpg4win (C :\Users\toto\AppData\Roaming\gnupg) ET que les fichiers de lock ne sont pas compatibles entre les 2 implémentations !

      La soluce est donc :
      – aller dans le HOME de gpg4win (C :\Users\toto\AppData\Roaming\gnupg) et renommer tous les fichiers *.lock
      – lancer gpg en ligne de commande en lui spécifiant l’option --homedir ...cheminAppData...
      Ce qui peut donner en utilisant un terminal « unix-like » tel que gitbash :

      #lister les clés privées disponibles
      gpg --homedir /c/Users/toto/AppData/Roaming/gnupg/ -K

      #passer en mode interactif pour édition de la clé ma_cle
      gpg --homedir /c/Users/toto/AppData/Roaming/gnupg/ --edit-key ma_cle

      – une fois les modifs d’expiration des sous-clés faites, renommer les .lock à leur état initial

      (...et après on s’étonne de la sous-utilisation de GPG par le grand public !)

      #gnupg #pgp #Gpg4win #tutoriel #user-friendly #windows #compatibilité

      cy_altern @cy_altern CC BY-SA
    Écrire un commentaire
  • @cy_altern
    cy_altern @cy_altern CC BY-SA 21/12/2019
    1
    @jeanmarie
    1

    pyllyukko/user.js: user.js — Firefox configuration hardening
    ▻https://github.com/pyllyukko/user.js

    A user.js configuration file for Mozilla Firefox designed to harden browser settings and make it more secure.

    Main goals:
    – Limit the possibilities to track the user through web analytics.
    – Harden the browser against known data disclosure or code execution vulnerabilities.
    – Limit the browser from storing anything even remotely sensitive persistently.
    – Make sure the browser doesn’t reveal too much information to shoulder surfers.
    – Harden the browser’s encryption (cipher suites, protocols, trusted CAs).
    – Limit possibilities to uniquely identify the browser/device using browser fingerprinting.
    – Hopefully limit the attack surface by disabling various features.
    – Still be usable in daily use.

    #firefox #sécurité #tracking #vie_privée #user.js

    cy_altern @cy_altern CC BY-SA
    Écrire un commentaire
  • @sandburg
    Sandburg @sandburg CC BY-SA 15/10/2019

    ▻https://www.lemonde.fr/pixels/article/2019/10/15/plongee-dans-l-ux-l-art-de-manipuler-les-joueurs-de-jeu-video_6015608_440899

    Entre psychologie cognitive et design informatique, plongée dans l’UX, l’art de manipuler les joueurs de jeu vidéo

    #ux #user-experience #paywall

    Sandburg @sandburg CC BY-SA
    Écrire un commentaire
  • @sandburg
    Sandburg @sandburg CC BY-SA 27/06/2019

    L’anti-UX existe, IBM l’a fait !
    Voici un échange entre lui et moi...

    Messages du programme

    Fichier sauvegarde SAVF_PGM de QGPL contient déjà des données. (C G).

    Répondez, puis appuyez sur ENTREE.

    Yes
    Longueur de la réponse supérieure à 1.

    Y
    Réponse incorrecte.

    O
    Réponse incorrecte.

    Là, il semble important de savoir que

    C = Cancel (= No)
    G = Go (= Yes)

    #ux #user_experience #ibm

    Sandburg @sandburg CC BY-SA
    • @sandburg
      Sandburg @sandburg CC BY-SA 27/06/2019

      C’est pas parce que c’est moche et vieux que ça ne doit pas prendre en comptes des règles élémentaires d’UX. Même sur un écran de 10 caractères, on peut faire des miracles.

      Sandburg @sandburg CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 17/04/2019

    I Think my Company Needs Some #ux
    ▻https://hackernoon.com/i-think-my-company-needs-some-ux-9768d0e9172d?source=rss----3a8144eabfe3

    https://cdn-images-1.medium.com/max/1024/1*Zo79WBnK-1-frho6N786Bg@2x.png

    I Think My Company Needs Some UXThere comes a time when a team, company or leader starts to consider whether User Experience (UX) might come in handy.Some people never heard about it.Some people saw someone do it at their previous company.Some people got their business going down like a comet on fire with a product where customers are spitting lava and nobody knows what to do.If any of these fit your case, I’m glad you’re here.Now, this is not a guide on how to become a UX Designer. Also, I’m not going to define UX or explain the details of each process.This is about HOW: How to start doing it inside a Company, by understanding when to do each process and the way to approach it.Getting Everyone On BoardIf you or anyone on the team don’t know yet what is the expected outcome from UX, we need to (...)

    #user-experience #ux-design #consulting #product-management

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 5/04/2019

    An Inspiring Story of Mobile-First Approach as a Winning Game Plan
    ▻https://hackernoon.com/an-inspiring-story-of-mobile-first-approach-as-a-winning-game-plan-a8153

    https://cdn-images-1.medium.com/max/1000/1*52BWMCUpoGhFRvE5hU5Mkw.jpeg

    A 2018 study in Ireland found that local consumers checked their phones 55 times per day on average (Mobile Consumer Survey, Deloitte). Photo credit: Shutterstock“There are no experts of tomorrow, only of yesterday,” says Jack Ma, founder of Alibaba and China’s wealthiest person.When Kenny Kline and a friend founded their marketing agency in 2014, the entrepreneurs brought laptops to coffee shops and routinely burned the midnight oil in a cramped New York apartment.Digital marketing is notoriously competitive, and the bootstrapped duo’s prospects looked middling, at best.A Mobile-First Game PlanFueled by late-night lattes, JAKK Media’s founders stuck with their convictions: The future belongs to marketers who could communicate and entertain via iPhones, Samsung devices, and small screens. (...)

    #digital-marketing #mobile-strategy #user-engagement #mobile-engagement #smartphones

    • #Deloitte
    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 1/04/2019

    Why #ux Design Must Be the Foundation of Your Software Product
    ▻https://hackernoon.com/why-ux-design-must-be-the-foundation-of-your-software-product-f66e431cc7

    https://cdn-images-1.medium.com/max/1024/1*htnzQnKhmEWGyVRLBv-yrw.png

    “A user interface is like a joke. If you have to explain it, it’s not that good.” — Martin LeBlanc, IconfinderIt is an open secret that product design today is primarily about convenience and benefits for users. The best, most successful products embody flawless user experience.We at SumatoSoft strive to incorporate best practices in software we build for clients — and user experience design (UX) is one of them.So what is exactly user experience design?User experience design is the process of creating products that provide relevant and significant experiences to users based on their behaviour analysis. By analyzing the behavior of users, UX design identifies their motives and creates optimum digital experiences for them. The main objective of UX design is to improve the way users interact with (...)

    #user-experience-design #data-driven #product-design #user-experience

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 1/04/2019

    Moving at the Speed of Innovation: dry.io
    ▻https://hackernoon.com/moving-at-the-speed-of-innovation-dry-io-94405d9d3f82?source=rss----3a81

    https://cdn-images-1.medium.com/max/1024/1*WGhOf3R4Cpk4ykLy7Q2o8Q.png

    Think fast. I don’t mean fast like a trip on a Japanese JR-Maglev bullet train or the dive of a Perigrine Falcon. Nor do I mean fast like the 30 minutes it took for Pebble Watch to raise $1 million on Kickstarter. Think faster. Think about the speed of innovation in today’s world. Think about how many startups are formulated within the minds of new computer science majors at the dorms of Cal. Think about apps being designed at the seemingly infinite amount of techie-targeted cafes in Silicon Valley. There will never be a lack of ideas in our technology dominated world. The puzzle lies in #development and execution of these ideas. How can software development keep up with the speed of innovation?Let’s consider Uber. Its democratization of a heavily regulated industry in ridesharing helped (...)

    #user-centered-design #coding #engineering #startup

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 5/03/2019

    Earning #crypto > Crypto
    ▻https://hackernoon.com/earning-crypto-crypto-3a998963d0d1?source=rss----3a8144eabfe3---4

    https://cdn-images-1.medium.com/max/1024/1*lhfNyXuARdLZs2vqpxIBvA.jpeg

    The days of disruption, radical token models, value capture theses and spreading crypto gospel to anyone who will listen are over. Make room for #blockchain transformation, value creation and #adoption. Maturation is a good thing.Despite the shift, what was once the cypherpunk’s vision of the future — an internet of value, sovereignty, privacy and micro-payments — is still within our reach. The ICO model was tragically flawed. New business and social coordination models were sold ahead of the technology and cultural shifts. Token engineering value capture was hamstrung by the limitations of early cryptonetworks (try computing anything on-chain). However, nothing trumps the blaring noise of our crypto gospel choir than the average Internet user.They don’t care about sound money policy, (...)

    #user-experience #cryptocurrency

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 28/02/2019

    Break Down Silos! How to Enhance User-Centricity on #scrum Teams
    ▻https://hackernoon.com/break-down-silos-how-to-enhance-user-centricity-on-scrum-teams-898e18d41

    https://cdn-images-1.medium.com/max/499/1*8VYdd772ZD-HlgTeLlXKHg.jpeg

    Gary Pedretti, Professional Scrum Trainer, Scrum.orgI often see User Experience (UX) Designers struggle to align focus, work, and approach with Scrum Teams building increments of product in iterations of 30 days or fewer. Common concerns and questions I hear include:“Developers aren’t really interested in the user, they just want to build.”“I’m trying to work side-by-side with the team, but I’m always a bit ahead of them, so what should we talk about in our Daily Scrum?”“I don’t work in sort cycles, or tactically. My work is strategic.”“Why don’t developers use my design artifacts and decisions? Why do they never go back and refactor for good design? Why do I feel like I never have any influence?!?!”These challenges often result in tenuous relationships between UX Designers (UXDs) and Scrum Teams —  (...)

    #user-experience-design #agile #user-experience #scrum-agile

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 27/02/2019

    How We Solved #blockchain Application User Experience
    ▻https://hackernoon.com/how-we-solved-blockchain-application-user-experience-1b422acb1346?source

    https://cdn-images-1.medium.com/max/1024/1*KpRYPU7VlQrVNJNzxErlkA.png

    The Benefits of the Blockchain with the Usability of Web 2.0The promise of blockchain enabled applications is rooted in empowering users and creating positive sum games where everyone can win, without needing rent seeking intermediaries. Until now, the nature of decentralization has made blockchain applications hard to use for the average internet user.At Deconet, we’ve implemented a solution for users to control their private key without requiring these users to understand any new systems, conventions, or standards. Deconet is a marketplace where companies can get work done by elite freelancers and curated teams that leverages blockchain and programmable money,Underneath the hood, the Deconet marketplace is powered by Smart Escrow, a peer to peer, smart contract system running on (...)

    #blockchain-application #user-experience #product-management #blockchain-ux

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 21/02/2019

    #blockchain #usability #checklist
    ▻https://hackernoon.com/blockchain-usability-checklist-5c5e1409183d?source=rss----3a8144eabfe3--

    https://cdn-images-1.medium.com/max/1024/1*6kknwtghtWej4C6ovX77lA.png

    How have blockchains become more usable starting from the protocol layer and surrounding infrastructure.Figure: Usability ChecklistTo help censorship resistant, immutable, and permissionless blockchains gain wide spread market #adoption, a lot of changes have to be made. Every individual layer of the ecosystem needs to become more usable from the base protocol to the end-user interface. These layers must leverage the unique properties of blockchain for meaningful adoption to occur. Because what’s the point of using a censorship resistant blockchain if the interface is censoring?Today is the first piece in a series of posts detailing blockchain usability for the different blockchain layers (that we have made up completely, mildly modelled after the OSI model). Here we will focus on the (...)

    #user-experience

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 11/02/2019

    Estimating #agile Projects with User Stories
    ▻https://hackernoon.com/estimating-agile-projects-with-user-stories-82f67365a6a2?source=rss----3

    https://cdn-images-1.medium.com/max/1024/1*5B6f_eh4kIegxt9KZEmaHw.jpeg

    How to Estimate anAgile Project With User StoriesEstimating software projects is hard. Early on in the development process, you can’t precisely define the scope of a project. Because inevitably, the scope will change after development kicks off, since the team will have learned more about the project and its context by then. Still, teams have to estimate the resources they need for a project, at least approximately, before getting started.So, how should you tackle this, then?The traditional approach is to enter an analysis phase where you create a detailed specification of what needs to be built. But like we said, the scope of a project isn’t exactly clear before development begins. For that reason, analysis isn’t the best approach.What is a user story?Simple but powerful, a user story is a (...)

    #estimations #user-stories #startup #software-development

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 2/02/2019

    Improving the UX of PSprices.com: Structure to increase conversion.
    ▻https://hackernoon.com/improving-the-ux-of-psprices-com-structure-to-increase-conversion-f4a16f

    https://cdn-images-1.medium.com/max/1024/1*OV4h70PA1gtaUcHObedgyA.png

    A while ago I decided as a hobby project to improve the User Experience of PSprices.com. I love the price monitoring product that they build, but the UX is quite a mess. As I’m focused on UX and not on #design, I tried to keep the design and branding unchanged.Normally I would never make any changes to a website withouth analysing the existing usage data. In this case, as I’m not involved with the website, I had to make some assumptions.Before and afterMy main focus in the new UX is to help the user reach his goal of: Buying the game now when the price is low, or buying it later when the price drops more. By reducing unnecessary info, improving the flow through the page I created a UX design that is very likely to perform better in reaching the user’s goal (and the business goal of the (...)

    #ux-design #conversion-optimization #user-experience #copywriting

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 28/01/2019

    #amazon #alexa’s Expansion into Startups
    ▻https://hackernoon.com/amazon-alexas-expansion-into-startups-677288125db?source=rss----3a8144ea

    https://cdn-images-1.medium.com/max/1024/0*PvH7JtsJIO05hzX7.png

    Source: Shelly Palmer.The Amazon Echo (along with its associated vocal transducer/artificial intelligence Alexa), that served as the forerunner to #google Home by several years, is beginning to be overshadowed by Alexa-based speakers.An Alexa speaker can be acquired in rather manageable sizes such as the Echo (2nd Generation) Smart Speaker with Alexa which stands under 6 inches in height. These are compact devices capable of providing its user with 360-degree sound. Currently, the voice assistant’s makers are trying to put her to use in numerous related fields.Amazon has been working on designing and producing a variety of System Dev Kits (SDK’s) which Amazon itself has defined as “end-to-end system reference designs for creating products with Alexa built-in.” Examples of some SDK’s include (...)

    #artificial-intelligence #user-experience

    • #Amazon
    • #Shelly Palmer
    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 19/01/2019

    Top 5 User #feedback Software and Services
    ▻https://hackernoon.com/top-5-user-feedback-software-and-services-6caa071e3362?source=rss----3a8

    The trick to engaging or creating the feedback cycle with your users or potential users who might want to avail your product or service is the means by which you deliver that communication — or potential communication. Software suites can make this easier or create a whole new ecosystem (or aggregate existing ones and make them easier!) for you to react or proactively deal with both positive and negative feedback.While you’re reviewing this list, remember that your favorite search engine can lead you down whole rabbit holes of more potential or advantages from these specific organizations and parts of the sales pitch I’ve missed, or additional or more boutique solutions that might be a perfect fit for your needs!You’ll notice handy links within the text that allow you to see some of the (...)

    #user-feedback-services #user-feedback-tools #startup #user-feedback

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 14/01/2019

    Why are there so many ways to move around inside virtual reality?
    ▻https://hackernoon.com/why-are-there-so-many-ways-to-move-around-inside-virtual-reality-d3db027

    https://cdn-images-1.medium.com/max/1024/1*zOQDao3yU2kY8tlwAT_w6Q.jpeg

    At its best, virtual reality is one of the most immersive forms of entertainment. At its worst, VR makes its users feel motion sick in a matter of seconds.Why do some people get really sick inside VR? It begins with the disconnect between what the eyes see and what the brain processes, or dissonance. When you’re sitting in a chair in real life but you’re moving forward in VR, chances are you’re not going to feel great pretty quickly.Developers have created quite a few ways to navigate VR environments that reduces the dissonance between the eyes and the brain. First we’re going to examine the traversal method that only those with the strongest stomachs can handle and finally we’ll examine a few methods that heighten immersion.This is the traversal method that some people can handleIf you (...)

    #virtual-reality-ux #locomotion #vr-ux #virtual-reality #user-experience

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 3/01/2019

    Best 15 Examples of Popular Card #ui #design for Inspiration in 2018
    ▻https://hackernoon.com/best-15-examples-of-popular-card-ui-design-for-inspiration-in-2018-7b758

    https://cdn-images-1.medium.com/max/900/0*krW3DOjJgqw1sBc0.png

    Card UI design helps to enhance interface and user experience. The 15 best card UI design practices for brand new web/app design inspiration in 2018.As one of the big UI design trends of 2018, card UI design, has gained mainstream status in modern interface design and has been deeply embedded in the UI design of various industries and fields. Lots of web and mobile apps have used card based UI design, especially with the popularity of Material Design.As an information container, cards hold all elements such as text, rich media, buttons, etc. Based on this contents, it can adapt its size to that of different devices and screens, balancing user interface and user experience.Compared to traditional UI design, a simple but intuitive advantage of card UI is that it provides a more (...)

    #popular-card-ui-design #ui-design #user-interface

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @yohooo
    yohooo @yohooo CC BY-ND 31/12/2018

    Tout en étant d’accord sur de nombreux point avec Geoffrey Dorne (et en le remerciant de mettre en exergue le rôle politique du design), je n’arrive pas à croire en son discours la transformation du design en outil éthique.

    Qu’est-ce qui cloche ?

    Pause Commune 13 Geoffrey Dorne, le rôle du designer ⋆ Cause Commune
    ▻https://cause-commune.fm/podcast/pause-commune-13

    #design #user_friendly #open_design

    yohooo @yohooo CC BY-ND
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 19/12/2018

    Why A Seamless #onboarding Experience For Your #product Is So Important
    ▻https://hackernoon.com/why-a-seamless-onboarding-experience-for-your-product-is-so-important-97

    https://cdn-images-1.medium.com/max/1000/1*ymyFX-znpP_u0-IF_Eb_qw.jpeg

    This year, I decided to take advantage of Black Friday and did some shopping for smart home devices — a thermostat and doorbell.I’m not exactly Mr. DIY, but I decided to attempt to set the devices up myself.As I began installing them, it immediately became clear just how much time the companies had invested in making their onboarding experience as seamless as possible. Everything from the packaging to the setup instructions was laser-focused on ensuring I could get these products up and running myself.The attention to detail that the companies had put into the onboarding process was very remarkable. They had included extra wires, screws and even the drill bit I needed to create holes for the screws.It made me think of one of my main responsibilities right now — onboarding our company’s (...)

    #user-experience #tech #customer-experience

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 17/12/2018

    Why #values Should Drive Applications
    ▻https://hackernoon.com/why-values-should-drive-applications-cae4775237da?source=rss----3a8144ea

    https://cdn-images-1.medium.com/max/1024/1*0MgM6nHXUhT4EqrXyNI2Xg.jpeg

    Photo by Sophie Dale on UnsplashIn, “Computers for Cynics”, Ted Nelson explains the difference between #technology and packaging. Technology is the application of science.Packaging is using #design to put technology together to form applications.A resistor is technology. Computer protocols such as TCP, IP, and DHCP are technology. Nelson explains that packaging puts technology into applications. Packaging is how applications look and feel.In creating applications, design matters. It is a crucial part of packaging technology.Design guides user behavior and action. It can be used to benefit or harm people.Careless design creates harmful applications. This is because these designs do not have the user in mind and are not guided by values.Why Design MattersApple was founded in 1976 by Steve Jobs (...)

    #values-drive-applications #user-experience

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
0 | 25 | 50 | 75

Thèmes liés

  • #user-experience
  • #greasemonkey
  • #userscript
  • #firefox
  • #design
  • company: google
  • #ux
  • #users
  • #product-management
  • #chrome
  • #navigateur
  • #useragent_sniffing
  • industryterm: product
  • #startup
  • #scrum
  • #agile
  • #ux-design
  • #greasekit
  • #script
  • #extension
  • #ui-design
  • #ui
  • #user-interface
  • #user-experience-design
  • #user-engagement
  • #blockchain
  • technology: smartphones
  • #usability
  • #user_experience
  • #google
  • #vérification
  • #user_agent
  • #compatibilité
  • #mobile
  • #droit_d'auteur
  • #creative_commons
  • #enhance
  • #500px
  • #photo
  • #portfolio